Color Hex Logo

#cfe2ae Color Hex

#CFE2AE
(207,226,174)
1 Favorites   0 Comments

Color spaces of #cfe2ae

RGB 207226174
HSL0.230.470.78
HSV82°23°89°
CMYK 0.080.000.23   0.11
XYZ60.568570.714150.5013
Yxy70.71410.33320.3890
Hunter Lab84.0917-18.592723.2575
CIE-Lab87.3459-15.188123.3684

#cfe2ae color RGB value is (207,226,174).

#cfe2ae hex color red value is 207, green value is 226 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #cfe2ae hue: 0.23 , saturation: 0.47 and the lightness value of cfe2ae is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11100010 10101110
Octal 317 342 256
Decimal 207 226 174
Hex CF E2 AE

RGB Percentages of Color #cfe2ae

%34.10
%37.23
%28.67

CMYK Percentages of Color #cfe2ae

%8
%0
%23
%11

Triadic Colors of #cfe2ae

#cfe2ae #aecfe2 #e2aecf

Analogous Colors of #cfe2ae

#cfe2ae #b5e2ae #e2dbae

Monochromatic Colors of #cfe2ae

#cfe2ae

Complementary Color

#cfe2ae #c1aee2

#cfe2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfe2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfe2ae Color CSS Codes

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

#cfe2ae Text Font Color

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

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


#cfe2ae Background Color

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

This div background color is #cfe2ae


#cfe2ae Border Color

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

This div border color is #cfe2ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfe2ae


Comments

No comments written yet.

Please login to write comment.