Color Hex Logo

#ccdfae Color Hex

#CCDFAE
(204,223,174)
0 Favorites   0 Comments

Color spaces of #ccdfae

RGB 204223174
HSL0.230.430.78
HSV83°22°87°
CMYK 0.090.000.22   0.13
XYZ58.929568.668750.1929
Yxy68.66870.33150.3862
Hunter Lab82.8666-18.078522.0942
CIE-Lab86.3397-14.767721.9494

#ccdfae color RGB value is (204,223,174).

#ccdfae hex color red value is 204, green value is 223 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ccdfae hue: 0.23 , saturation: 0.43 and the lightness value of ccdfae is 0.78.

The process color (four color CMYK) of #ccdfae color hex is 0.09, 0.00, 0.22, 0.13. Web safe color of #ccdfae is #cccc99. Color #ccdfae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 10101110
Octal 314 337 256
Decimal 204 223 174
Hex CC DF AE

RGB Percentages of Color #ccdfae

%33.94
%37.10
%28.95

CMYK Percentages of Color #ccdfae

%9
%0
%22
%13

Triadic Colors of #ccdfae

#ccdfae #aeccdf #dfaecc

Analogous Colors of #ccdfae

#ccdfae #b4dfae #dfdaae

Monochromatic Colors of #ccdfae

#ccdfae

Complementary Color

#ccdfae #c1aedf

#ccdfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfae Color CSS Codes

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

#ccdfae Text Font Color

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

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


#ccdfae Background Color

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

This div background color is #ccdfae


#ccdfae Border Color

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

This div border color is #ccdfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfae


Comments

No comments written yet.

Please login to write comment.