Color Hex Logo

#eaedbb Color Hex

#EAEDBB
(234,237,187)
0 Favorites   0 Comments

Color spaces of #eaedbb

RGB 234237187
HSL0.180.580.83
HSV64°21°93°
CMYK 0.010.000.21   0.07
XYZ73.185581.648758.9162
Yxy81.64870.34240.3820
Hunter Lab90.3597-13.555924.5936
CIE-Lab92.4196-9.044423.9551

#eaedbb color RGB value is (234,237,187).

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

The process color (four color CMYK) of #eaedbb color hex is 0.01, 0.00, 0.21, 0.07. Web safe color of #eaedbb is #ffffcc. Color #eaedbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101101 10111011
Octal 352 355 273
Decimal 234 237 187
Hex EA ED BB

RGB Percentages of Color #eaedbb

%35.56
%36.02
%28.42

CMYK Percentages of Color #eaedbb

%1
%0
%21
%7

Triadic Colors of #eaedbb

#eaedbb #bbeaed #edbbea

Analogous Colors of #eaedbb

#eaedbb #d1edbb #edd7bb

Monochromatic Colors of #eaedbb

#eaedbb

Complementary Color

#eaedbb #bebbed

#eaedbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaedbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaedbb Color CSS Codes

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

#eaedbb Text Font Color

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

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


#eaedbb Background Color

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

This div background color is #eaedbb


#eaedbb Border Color

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

This div border color is #eaedbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaedbb


Comments

No comments written yet.

Please login to write comment.