Color Hex Logo

#cce4ae Color Hex

#CCE4AE
(204,228,174)
0 Favorites   0 Comments

Color spaces of #cce4ae

RGB 204228174
HSL0.240.500.79
HSV87°24°89°
CMYK 0.110.000.24   0.11
XYZ60.285271.380250.6448
Yxy71.38020.33070.3915
Hunter Lab84.4868-20.484023.5999
CIE-Lab87.6694-17.254323.7796

#cce4ae color RGB value is (204,228,174).

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

The process color (four color CMYK) of #cce4ae color hex is 0.11, 0.00, 0.24, 0.11. Web safe color of #cce4ae is #cccc99. Color #cce4ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100100 10101110
Octal 314 344 256
Decimal 204 228 174
Hex CC E4 AE

RGB Percentages of Color #cce4ae

%33.66
%37.62
%28.71

CMYK Percentages of Color #cce4ae

%11
%0
%24
%11

Triadic Colors of #cce4ae

#cce4ae #aecce4 #e4aecc

Analogous Colors of #cce4ae

#cce4ae #b1e4ae #e4e1ae

Monochromatic Colors of #cce4ae

#cce4ae

Complementary Color

#cce4ae #c6aee4

#cce4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce4ae Color CSS Codes

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

#cce4ae Text Font Color

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

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


#cce4ae Background Color

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

This div background color is #cce4ae


#cce4ae Border Color

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

This div border color is #cce4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce4ae


Comments

No comments written yet.

Please login to write comment.