Color Hex Logo

#acdfcb Color Hex

#ACDFCB
(172,223,203)
0 Favorites   0 Comments

Color spaces of #acdfcb

RGB 172223203
HSL0.430.440.77
HSV156°23°87°
CMYK 0.230.000.09   0.13
XYZ54.180465.857866.3561
Yxy65.85780.29070.3533
Hunter Lab81.1528-22.84478.3274
CIE-Lab84.9238-20.44014.4413

#acdfcb color RGB value is (172,223,203).

#acdfcb hex color red value is 172, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #acdfcb hue: 0.43 , saturation: 0.44 and the lightness value of acdfcb is 0.77.

The process color (four color CMYK) of #acdfcb color hex is 0.23, 0.00, 0.09, 0.13. Web safe color of #acdfcb is #99cccc. Color #acdfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 11001011
Octal 254 337 313
Decimal 172 223 203
Hex AC DF CB

RGB Percentages of Color #acdfcb

%28.76
%37.29
%33.95

CMYK Percentages of Color #acdfcb

%23
%0
%9
%13

Triadic Colors of #acdfcb

#acdfcb #cbacdf #dfcbac

Analogous Colors of #acdfcb

#acdfcb #acdadf #acdfb2

Monochromatic Colors of #acdfcb

#acdfcb

Complementary Color

#acdfcb #dfacc0

#acdfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfcb Color CSS Codes

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

#acdfcb Text Font Color

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

This sample text font color is #acdfcb
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.


#acdfcb Background Color

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

This div background color is #acdfcb


#acdfcb Border Color

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

This div border color is #acdfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfcb


Comments

No comments written yet.

Please login to write comment.