Color Hex Logo

#ccdfca Color Hex

#CCDFCA
(204,223,202)
0 Favorites   0 Comments

Color spaces of #ccdfca

RGB 204223202
HSL0.320.250.83
HSV114°87°
CMYK 0.090.000.09   0.13
XYZ61.950269.877066.0996
Yxy69.87700.31300.3530
Hunter Lab83.5925-14.000811.6320
CIE-Lab86.9365-10.17628.1302

#ccdfca color RGB value is (204,223,202).

#ccdfca hex color red value is 204, green value is 223 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ccdfca hue: 0.32 , saturation: 0.25 and the lightness value of ccdfca is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11001010
Octal 314 337 312
Decimal 204 223 202
Hex CC DF CA

RGB Percentages of Color #ccdfca

%32.43
%35.45
%32.11

CMYK Percentages of Color #ccdfca

%9
%0
%9
%13

Triadic Colors of #ccdfca

#ccdfca #caccdf #dfcacc

Analogous Colors of #ccdfca

#ccdfca #cadfd3 #d7dfca

Monochromatic Colors of #ccdfca

#ccdfca

Complementary Color

#ccdfca #ddcadf

#ccdfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfca Color CSS Codes

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

#ccdfca Text Font Color

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

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


#ccdfca Background Color

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

This div background color is #ccdfca


#ccdfca Border Color

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

This div border color is #ccdfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfca


Comments

No comments written yet.

Please login to write comment.