Color Hex Logo

#cfe9ae Color Hex

#CFE9AE
(207,233,174)
0 Favorites   0 Comments

Color spaces of #cfe9ae

RGB 207233174
HSL0.240.570.80
HSV86°25°91°
CMYK 0.110.000.25   0.09
XYZ62.511074.599251.1488
Yxy74.59920.33200.3963
Hunter Lab86.3708-21.959325.3480
CIE-Lab89.2049-18.649625.9147

#cfe9ae color RGB value is (207,233,174).

#cfe9ae hex color red value is 207, green value is 233 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cfe9ae hue: 0.24 , saturation: 0.57 and the lightness value of cfe9ae is 0.80.

The process color (four color CMYK) of #cfe9ae color hex is 0.11, 0.00, 0.25, 0.09. Web safe color of #cfe9ae is #ccff99. Color #cfe9ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 11101001 10101110
Octal 317 351 256
Decimal 207 233 174
Hex CF E9 AE

RGB Percentages of Color #cfe9ae

%33.71
%37.95
%28.34

CMYK Percentages of Color #cfe9ae

%11
%0
%25
%9

Triadic Colors of #cfe9ae

#cfe9ae #aecfe9 #e9aecf

Analogous Colors of #cfe9ae

#cfe9ae #b2e9ae #e9e6ae

Monochromatic Colors of #cfe9ae

#cfe9ae

Complementary Color

#cfe9ae #c8aee9

#cfe9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe9ae Color CSS Codes

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

#cfe9ae Text Font Color

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

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


#cfe9ae Background Color

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

This div background color is #cfe9ae


#cfe9ae Border Color

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

This div border color is #cfe9ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe9ae


Comments

No comments written yet.

Please login to write comment.