Color Hex Logo

#eaf4ae Color Hex

#EAF4AE
(234,244,174)
0 Favorites   0 Comments

Color spaces of #eaf4ae

RGB 234244174
HSL0.190.760.82
HSV69°29°96°
CMYK 0.040.000.29   0.04
XYZ73.922385.249852.6031
Yxy85.24980.34910.4025
Hunter Lab92.3308-18.667530.8526
CIE-Lab93.9907-14.283532.7062

#eaf4ae color RGB value is (234,244,174).

#eaf4ae hex color red value is 234, green value is 244 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eaf4ae hue: 0.19 , saturation: 0.76 and the lightness value of eaf4ae is 0.82.

The process color (four color CMYK) of #eaf4ae color hex is 0.04, 0.00, 0.29, 0.04. Web safe color of #eaf4ae is #ffff99. Color #eaf4ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11110100 10101110
Octal 352 364 256
Decimal 234 244 174
Hex EA F4 AE

RGB Percentages of Color #eaf4ae

%35.89
%37.42
%26.69

CMYK Percentages of Color #eaf4ae

%4
%0
%29
%4

Triadic Colors of #eaf4ae

#eaf4ae #aeeaf4 #f4aeea

Analogous Colors of #eaf4ae

#eaf4ae #c7f4ae #f4dbae

Monochromatic Colors of #eaf4ae

#eaf4ae

Complementary Color

#eaf4ae #b8aef4

#eaf4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaf4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaf4ae Color CSS Codes

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

#eaf4ae Text Font Color

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

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


#eaf4ae Background Color

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

This div background color is #eaf4ae


#eaf4ae Border Color

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

This div border color is #eaf4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaf4ae


Comments

No comments written yet.

Please login to write comment.