Color Hex Logo

#cce4ce Color Hex

#CCE4CE
(204,228,206)
0 Favorites   0 Comments

Color spaces of #cce4ce

RGB 204228206
HSL0.350.310.85
HSV125°11°89°
CMYK 0.110.000.10   0.11
XYZ63.785872.780469.0787
Yxy72.78040.31020.3539
Hunter Lab85.3114-15.833811.7095
CIE-Lab88.3429-11.99808.0482

#cce4ce color RGB value is (204,228,206).

#cce4ce hex color red value is 204, green value is 228 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #cce4ce hue: 0.35 , saturation: 0.31 and the lightness value of cce4ce is 0.85.

The process color (four color CMYK) of #cce4ce color hex is 0.11, 0.00, 0.10, 0.11. Web safe color of #cce4ce is #cccccc. Color #cce4ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100100 11001110
Octal 314 344 316
Decimal 204 228 206
Hex CC E4 CE

RGB Percentages of Color #cce4ce

%31.97
%35.74
%32.29

CMYK Percentages of Color #cce4ce

%11
%0
%10
%11

Triadic Colors of #cce4ce

#cce4ce #cecce4 #e4cecc

Analogous Colors of #cce4ce

#cce4ce #cce4da #d6e4cc

Monochromatic Colors of #cce4ce

#cce4ce

Complementary Color

#cce4ce #e4cce2

#cce4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce4ce Color CSS Codes

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

#cce4ce Text Font Color

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

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


#cce4ce Background Color

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

This div background color is #cce4ce


#cce4ce Border Color

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

This div border color is #cce4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce4ce


Comments

No comments written yet.

Please login to write comment.