Color Hex Logo

#cce6cd Color Hex

#CCE6CD
(204,230,205)
0 Favorites   0 Comments

Color spaces of #cce6cd

RGB 204230205
HSL0.340.340.85
HSV122°11°90°
CMYK 0.110.000.11   0.10
XYZ64.218173.838868.6253
Yxy73.83880.31070.3573
Hunter Lab85.9295-16.977412.8003
CIE-Lab88.8462-13.18109.2928

#cce6cd color RGB value is (204,230,205).

#cce6cd hex color red value is 204, green value is 230 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cce6cd hue: 0.34 , saturation: 0.34 and the lightness value of cce6cd is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100110 11001101
Octal 314 346 315
Decimal 204 230 205
Hex CC E6 CD

RGB Percentages of Color #cce6cd

%31.92
%35.99
%32.08

CMYK Percentages of Color #cce6cd

%11
%0
%11
%10

Triadic Colors of #cce6cd

#cce6cd #cdcce6 #e6cdcc

Analogous Colors of #cce6cd

#cce6cd #cce6da #d8e6cc

Monochromatic Colors of #cce6cd

#cce6cd

Complementary Color

#cce6cd #e6cce5

#cce6cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce6cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce6cd Color CSS Codes

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

#cce6cd Text Font Color

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

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


#cce6cd Background Color

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

This div background color is #cce6cd


#cce6cd Border Color

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

This div border color is #cce6cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce6cd

#cce6cd Color Palettes


Comments

No comments written yet.

Please login to write comment.