Color Hex Logo

#ccdfaf Color Hex

#CCDFAF
(204,223,175)
0 Favorites   0 Comments

Color spaces of #ccdfaf

RGB 204223175
HSL0.230.430.78
HSV84°22°87°
CMYK 0.090.000.22   0.13
XYZ59.027468.707950.7083
Yxy68.70790.33080.3850
Hunter Lab82.8902-17.945321.7524
CIE-Lab86.3592-14.615721.4559

#ccdfaf color RGB value is (204,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 10101111
Octal 314 337 257
Decimal 204 223 175
Hex CC DF AF

RGB Percentages of Color #ccdfaf

%33.89
%37.04
%29.07

CMYK Percentages of Color #ccdfaf

%9
%0
%22
%13

Triadic Colors of #ccdfaf

#ccdfaf #afccdf #dfafcc

Analogous Colors of #ccdfaf

#ccdfaf #b4dfaf #dfdaaf

Monochromatic Colors of #ccdfaf

#ccdfaf

Complementary Color

#ccdfaf #c2afdf

#ccdfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfaf Color CSS Codes

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

#ccdfaf Text Font Color

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

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


#ccdfaf Background Color

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

This div background color is #ccdfaf


#ccdfaf Border Color

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

This div border color is #ccdfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfaf


Comments

No comments written yet.

Please login to write comment.