Color Hex Logo

#eaefbb Color Hex

#EAEFBB
(234,239,187)
0 Favorites   0 Comments

Color spaces of #eaefbb

RGB 234239187
HSL0.180.620.84
HSV66°22°94°
CMYK 0.020.000.22   0.06
XYZ73.767882.813359.1103
Yxy82.81330.34200.3839
Hunter Lab91.0018-14.557725.1894
CIE-Lab92.9326-10.043624.6609

#eaefbb color RGB value is (234,239,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101111 10111011
Octal 352 357 273
Decimal 234 239 187
Hex EA EF BB

RGB Percentages of Color #eaefbb

%35.45
%36.21
%28.33

CMYK Percentages of Color #eaefbb

%2
%0
%22
%6

Triadic Colors of #eaefbb

#eaefbb #bbeaef #efbbea

Analogous Colors of #eaefbb

#eaefbb #d0efbb #efdabb

Monochromatic Colors of #eaefbb

#eaefbb

Complementary Color

#eaefbb #c0bbef

#eaefbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaefbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaefbb Color CSS Codes

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

#eaefbb Text Font Color

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

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


#eaefbb Background Color

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

This div background color is #eaefbb


#eaefbb Border Color

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

This div border color is #eaefbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaefbb


Comments

No comments written yet.

Please login to write comment.