Color Hex Logo

#ccecce Color Hex

#CCECCE
(204,236,206)
0 Favorites   0 Comments

Color spaces of #ccecce

RGB 204236206
HSL0.340.460.86
HSV124°14°93°
CMYK 0.140.000.13   0.07
XYZ66.037977.284569.8294
Yxy77.28450.30980.3626
Hunter Lab87.9116-19.758714.4433
CIE-Lab90.4524-15.998311.0650

#ccecce color RGB value is (204,236,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101100 11001110
Octal 314 354 316
Decimal 204 236 206
Hex CC EC CE

RGB Percentages of Color #ccecce

%31.58
%36.53
%31.89

CMYK Percentages of Color #ccecce

%14
%0
%13
%7

Triadic Colors of #ccecce

#ccecce #ceccec #eccecc

Analogous Colors of #ccecce

#ccecce #ccecde #daeccc

Monochromatic Colors of #ccecce

#ccecce

Complementary Color

#ccecce #ecccea

#ccecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccecce Color CSS Codes

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

#ccecce Text Font Color

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

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


#ccecce Background Color

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

This div background color is #ccecce


#ccecce Border Color

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

This div border color is #ccecce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccecce


Comments

No comments written yet.

Please login to write comment.