Color Hex Logo

#eaefa5 Color Hex

#EAEFA5
(234,239,165)
0 Favorites   0 Comments

Color spaces of #eaefa5

RGB 234239165
HSL0.180.700.79
HSV64°31°94°
CMYK 0.020.000.31   0.06
XYZ71.589781.942047.6405
Yxy81.94200.35590.4073
Hunter Lab90.5218-17.245432.1617
CIE-Lab92.5493-12.958835.3200

#eaefa5 color RGB value is (234,239,165).

#eaefa5 hex color red value is 234, green value is 239 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #eaefa5 hue: 0.18 , saturation: 0.70 and the lightness value of eaefa5 is 0.79.

The process color (four color CMYK) of #eaefa5 color hex is 0.02, 0.00, 0.31, 0.06. Web safe color of #eaefa5 is #ffff99. Color #eaefa5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101111 10100101
Octal 352 357 245
Decimal 234 239 165
Hex EA EF A5

RGB Percentages of Color #eaefa5

%36.68
%37.46
%25.86

CMYK Percentages of Color #eaefa5

%2
%0
%31
%6

Triadic Colors of #eaefa5

#eaefa5 #a5eaef #efa5ea

Analogous Colors of #eaefa5

#eaefa5 #c5efa5 #efcfa5

Monochromatic Colors of #eaefa5

#eaefa5

Complementary Color

#eaefa5 #aaa5ef

#eaefa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaefa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaefa5 Color CSS Codes

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

#eaefa5 Text Font Color

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

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


#eaefa5 Background Color

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

This div background color is #eaefa5


#eaefa5 Border Color

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

This div border color is #eaefa5


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,239,165, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaefa5


Comments

No comments written yet.

Please login to write comment.