Color Hex Logo

#ccdfdc Color Hex

#CCDFDC
(204,223,220)
0 Favorites   0 Comments

Color spaces of #ccdfdc

RGB 204223220
HSL0.470.230.84
HSV171°87°
CMYK 0.090.000.01   0.13
XYZ64.207870.780077.9879
Yxy70.78000.30150.3323
Hunter Lab84.1309-10.99963.9308
CIE-Lab87.3780-6.8759-0.7068

#ccdfdc color RGB value is (204,223,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11011111 11011100
Octal 314 337 334
Decimal 204 223 220
Hex CC DF DC

RGB Percentages of Color #ccdfdc

%31.53
%34.47
%34.00

CMYK Percentages of Color #ccdfdc

%9
%0
%1
%13

Triadic Colors of #ccdfdc

#ccdfdc #dcccdf #dfdccc

Analogous Colors of #ccdfdc

#ccdfdc #ccd9df #ccdfd3

Monochromatic Colors of #ccdfdc

#ccdfdc

Complementary Color

#ccdfdc #dfcccf

#ccdfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccdfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccdfdc Color CSS Codes

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

#ccdfdc Text Font Color

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

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


#ccdfdc Background Color

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

This div background color is #ccdfdc


#ccdfdc Border Color

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

This div border color is #ccdfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccdfdc

#ccdfdc Color Palettes


Comments

No comments written yet.

Please login to write comment.