Color Hex Logo

#ccdfad Color Hex

#CCDFAD
(204,223,173)
0 Favorites   0 Comments

Color spaces of #ccdfad

RGB 204223173
HSL0.230.440.78
HSV83°22°87°
CMYK 0.090.000.22   0.13
XYZ58.832368.629949.6813
Yxy68.62990.33210.3874
Hunter Lab82.8432-18.211122.4338
CIE-Lab86.3205-14.919122.4429

#ccdfad color RGB value is (204,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 10101101
Octal 314 337 255
Decimal 204 223 173
Hex CC DF AD

RGB Percentages of Color #ccdfad

%34.00
%37.17
%28.83

CMYK Percentages of Color #ccdfad

%9
%0
%22
%13

Triadic Colors of #ccdfad

#ccdfad #adccdf #dfadcc

Analogous Colors of #ccdfad

#ccdfad #b3dfad #dfd9ad

Monochromatic Colors of #ccdfad

#ccdfad

Complementary Color

#ccdfad #c0addf

#ccdfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfad Color CSS Codes

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

#ccdfad Text Font Color

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

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


#ccdfad Background Color

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

This div background color is #ccdfad


#ccdfad Border Color

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

This div border color is #ccdfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfad


Comments

No comments written yet.

Please login to write comment.