Color Hex Logo

#ccdfaa Color Hex

#CCDFAA
(204,223,170)
0 Favorites   0 Comments

Color spaces of #ccdfaa

RGB 204223170
HSL0.230.450.77
HSV82°24°87°
CMYK 0.090.000.24   0.13
XYZ58.545268.515048.1693
Yxy68.51500.33410.3910
Hunter Lab82.7738-18.602623.4385
CIE-Lab86.2633-15.367223.9225

#ccdfaa color RGB value is (204,223,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 10101010
Octal 314 337 252
Decimal 204 223 170
Hex CC DF AA

RGB Percentages of Color #ccdfaa

%34.17
%37.35
%28.48

CMYK Percentages of Color #ccdfaa

%9
%0
%24
%13

Triadic Colors of #ccdfaa

#ccdfaa #aaccdf #dfaacc

Analogous Colors of #ccdfaa

#ccdfaa #b2dfaa #dfd8aa

Monochromatic Colors of #ccdfaa

#ccdfaa

Complementary Color

#ccdfaa #bdaadf

#ccdfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfaa Color CSS Codes

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

#ccdfaa Text Font Color

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

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


#ccdfaa Background Color

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

This div background color is #ccdfaa


#ccdfaa Border Color

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

This div border color is #ccdfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfaa


Comments

No comments written yet.

Please login to write comment.