Color Hex Logo

#acdfcc Color Hex

#ACDFCC
(172,223,204)
0 Favorites   0 Comments

Color spaces of #acdfcc

RGB 172223204
HSL0.440.440.77
HSV158°23°87°
CMYK 0.230.000.09   0.13
XYZ54.300065.905666.9859
Yxy65.90560.29010.3521
Hunter Lab81.1823-22.67657.9056
CIE-Lab84.9482-20.24053.9486

#acdfcc color RGB value is (172,223,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011111 11001100
Octal 254 337 314
Decimal 172 223 204
Hex AC DF CC

RGB Percentages of Color #acdfcc

%28.71
%37.23
%34.06

CMYK Percentages of Color #acdfcc

%23
%0
%9
%13

Triadic Colors of #acdfcc

#acdfcc #ccacdf #dfccac

Analogous Colors of #acdfcc

#acdfcc #acd9df #acdfb3

Monochromatic Colors of #acdfcc

#acdfcc

Complementary Color

#acdfcc #dfacbf

#acdfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdfcc Color CSS Codes

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

#acdfcc Text Font Color

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

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


#acdfcc Background Color

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

This div background color is #acdfcc


#acdfcc Border Color

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

This div border color is #acdfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdfcc


Comments

No comments written yet.

Please login to write comment.