Color Hex Logo

#cce3de Color Hex

#CCE3DE
(204,227,222)
1 Favorites   0 Comments

Color spaces of #cce3de

RGB 204227222
HSL0.460.290.85
HSV167°10°89°
CMYK 0.100.000.02   0.11
XYZ65.555773.049579.7520
Yxy73.04950.30020.3345
Hunter Lab85.4690-12.65924.5042
CIE-Lab88.4713-8.5396-0.1610

#cce3de color RGB value is (204,227,222).

#cce3de hex color red value is 204, green value is 227 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #cce3de hue: 0.46 , saturation: 0.29 and the lightness value of cce3de is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100011 11011110
Octal 314 343 336
Decimal 204 227 222
Hex CC E3 DE

RGB Percentages of Color #cce3de

%31.24
%34.76
%34.00

CMYK Percentages of Color #cce3de

%10
%0
%2
%11

Triadic Colors of #cce3de

#cce3de #decce3 #e3decc

Analogous Colors of #cce3de

#cce3de #ccdde3 #cce3d3

Monochromatic Colors of #cce3de

#cce3de

Complementary Color

#cce3de #e3ccd1

#cce3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce3de Color CSS Codes

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

#cce3de Text Font Color

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

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


#cce3de Background Color

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

This div background color is #cce3de


#cce3de Border Color

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

This div border color is #cce3de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce3de

#cce3de Color Palettes


Comments

No comments written yet.

Please login to write comment.