Color Hex Logo

#acedbf Color Hex

#ACEDBF
(172,237,191)
0 Favorites   0 Comments

Color spaces of #acedbf

RGB 172237191
HSL0.380.640.80
HSV138°27°93°
CMYK 0.270.000.19   0.07
XYZ56.701473.100660.4116
Yxy73.10060.29810.3843
Hunter Lab85.4989-31.244917.9562
CIE-Lab88.4957-29.503115.8224

#acedbf color RGB value is (172,237,191).

#acedbf hex color red value is 172, green value is 237 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #acedbf hue: 0.38 , saturation: 0.64 and the lightness value of acedbf is 0.80.

The process color (four color CMYK) of #acedbf color hex is 0.27, 0.00, 0.19, 0.07. Web safe color of #acedbf is #99ffcc. Color #acedbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 10111111
Octal 254 355 277
Decimal 172 237 191
Hex AC ED BF

RGB Percentages of Color #acedbf

%28.67
%39.50
%31.83

CMYK Percentages of Color #acedbf

%27
%0
%19
%7

Triadic Colors of #acedbf

#acedbf #bfaced #edbfac

Analogous Colors of #acedbf

#acedbf #acede0 #baedac

Monochromatic Colors of #acedbf

#acedbf

Complementary Color

#acedbf #edacda

#acedbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acedbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#acedbf Color CSS Codes

.mybgcolor {background-color:#acedbf; } 
.myforecolor {color:#acedbf; }
.mybordercolor {border:3px solid #acedbf; }

#acedbf Text Font Color

<p style="color:#acedbf">Text here</p>

This sample text font color is #acedbf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#acedbf Background Color

<div style="background-color:#acedbf">
Div content here</div>

This div background color is #acedbf


#acedbf Border Color

<div style="border:3px solid #acedbf">
Div here</div>

This div border color is #acedbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,237,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acedbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acedbf;
  -webkit-box-shadow: 1px 1px 3px 2px #acedbf;
  box-shadow:         1px 1px 3px 2px #acedbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,237,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #acedbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #acedbf;
  -webkit-box-shadow: 1px 1px 3px 2px #acedbf;
  box-shadow:         1px 1px 3px 2px #acedbf;">
Div content here</div>

This div box has shadow with color #acedbf


Comments

No comments written yet.

Please login to write comment.