Color Hex Logo

#cce1ae Color Hex

#CCE1AE
(204,225,174)
0 Favorites   0 Comments

Color spaces of #cce1ae

RGB 204225174
HSL0.240.460.78
HSV85°23°88°
CMYK 0.090.000.23   0.12
XYZ59.467069.743850.3721
Yxy69.74380.33110.3884
Hunter Lab83.5128-19.042722.6972
CIE-Lab86.8711-15.765622.6818

#cce1ae color RGB value is (204,225,174).

#cce1ae hex color red value is 204, green value is 225 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cce1ae hue: 0.24 , saturation: 0.46 and the lightness value of cce1ae is 0.78.

The process color (four color CMYK) of #cce1ae color hex is 0.09, 0.00, 0.23, 0.12. Web safe color of #cce1ae is #cccc99. Color #cce1ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100001 10101110
Octal 314 341 256
Decimal 204 225 174
Hex CC E1 AE

RGB Percentages of Color #cce1ae

%33.83
%37.31
%28.86

CMYK Percentages of Color #cce1ae

%9
%0
%23
%12

Triadic Colors of #cce1ae

#cce1ae #aecce1 #e1aecc

Analogous Colors of #cce1ae

#cce1ae #b3e1ae #e1ddae

Monochromatic Colors of #cce1ae

#cce1ae

Complementary Color

#cce1ae #c3aee1

#cce1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce1ae Color CSS Codes

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

#cce1ae Text Font Color

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

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


#cce1ae Background Color

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

This div background color is #cce1ae


#cce1ae Border Color

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

This div border color is #cce1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce1ae


Comments

No comments written yet.

Please login to write comment.