Color Hex Logo

#eaefb9 Color Hex

#EAEFB9
(234,239,185)
0 Favorites   0 Comments

Color spaces of #eaefb9

RGB 234239185
HSL0.180.630.83
HSV66°23°94°
CMYK 0.020.000.23   0.06
XYZ73.555182.728257.9903
Yxy82.72820.34330.3861
Hunter Lab90.9550-14.818925.8669
CIE-Lab92.8953-10.324825.6336

#eaefb9 color RGB value is (234,239,185).

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

The process color (four color CMYK) of #eaefb9 color hex is 0.02, 0.00, 0.23, 0.06. Web safe color of #eaefb9 is #ffffcc. Color #eaefb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101111 10111001
Octal 352 357 271
Decimal 234 239 185
Hex EA EF B9

RGB Percentages of Color #eaefb9

%35.56
%36.32
%28.12

CMYK Percentages of Color #eaefb9

%2
%0
%23
%6

Triadic Colors of #eaefb9

#eaefb9 #b9eaef #efb9ea

Analogous Colors of #eaefb9

#eaefb9 #cfefb9 #efd9b9

Monochromatic Colors of #eaefb9

#eaefb9

Complementary Color

#eaefb9 #beb9ef

#eaefb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaefb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaefb9 Color CSS Codes

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

#eaefb9 Text Font Color

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

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


#eaefb9 Background Color

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

This div background color is #eaefb9


#eaefb9 Border Color

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

This div border color is #eaefb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaefb9


Comments

No comments written yet.

Please login to write comment.