Color Hex Logo

#cce1af Color Hex

#CCE1AF
(204,225,175)
0 Favorites   0 Comments

Color spaces of #cce1af

RGB 204225175
HSL0.240.450.78
HSV85°22°88°
CMYK 0.090.000.22   0.12
XYZ59.564969.782950.8875
Yxy69.78290.33050.3872
Hunter Lab83.5362-18.910022.3578
CIE-Lab86.8903-15.613922.1892

#cce1af color RGB value is (204,225,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100001 10101111
Octal 314 341 257
Decimal 204 225 175
Hex CC E1 AF

RGB Percentages of Color #cce1af

%33.77
%37.25
%28.97

CMYK Percentages of Color #cce1af

%9
%0
%22
%12

Triadic Colors of #cce1af

#cce1af #afcce1 #e1afcc

Analogous Colors of #cce1af

#cce1af #b3e1af #e1ddaf

Monochromatic Colors of #cce1af

#cce1af

Complementary Color

#cce1af #c4afe1

#cce1af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce1af Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce1af Color CSS Codes

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

#cce1af Text Font Color

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

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


#cce1af Background Color

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

This div background color is #cce1af


#cce1af Border Color

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

This div border color is #cce1af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce1af


Comments

No comments written yet.

Please login to write comment.