Color Hex Logo

#ccecdc Color Hex

#CCECDC
(204,236,220)
0 Favorites   0 Comments

Color spaces of #ccecdc

RGB 204236220
HSL0.420.460.86
HSV150°14°93°
CMYK 0.140.000.07   0.07
XYZ67.815677.995679.1905
Yxy77.99560.30140.3466
Hunter Lab88.3151-17.48458.6564
CIE-Lab90.7779-13.46274.2399

#ccecdc color RGB value is (204,236,220).

#ccecdc hex color red value is 204, green value is 236 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ccecdc hue: 0.42 , saturation: 0.46 and the lightness value of ccecdc is 0.86.

The process color (four color CMYK) of #ccecdc color hex is 0.14, 0.00, 0.07, 0.07. Web safe color of #ccecdc is #ccffcc. Color #ccecdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101100 11011100
Octal 314 354 334
Decimal 204 236 220
Hex CC EC DC

RGB Percentages of Color #ccecdc

%30.91
%35.76
%33.33

CMYK Percentages of Color #ccecdc

%14
%0
%7
%7

Triadic Colors of #ccecdc

#ccecdc #dcccec #ecdccc

Analogous Colors of #ccecdc

#ccecdc #ccecec #cceccc

Monochromatic Colors of #ccecdc

#ccecdc

Complementary Color

#ccecdc #ecccdc

#ccecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccecdc Color CSS Codes

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

#ccecdc Text Font Color

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

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


#ccecdc Background Color

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

This div background color is #ccecdc


#ccecdc Border Color

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

This div border color is #ccecdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,236,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 #ccecdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccecdc

#ccecdc Color Palettes


Comments

No comments written yet.

Please login to write comment.