Color Hex Logo

#eaedbd Color Hex

#EAEDBD
(234,237,189)
0 Favorites   0 Comments

Color spaces of #eaedbd

RGB 234237189
HSL0.180.570.84
HSV64°20°93°
CMYK 0.010.000.20   0.07
XYZ73.401281.734960.0519
Yxy81.73490.34110.3798
Hunter Lab90.4074-13.289823.9025
CIE-Lab92.4577-8.759022.9803

#eaedbd color RGB value is (234,237,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11101101 10111101
Octal 352 355 275
Decimal 234 237 189
Hex EA ED BD

RGB Percentages of Color #eaedbd

%35.45
%35.91
%28.64

CMYK Percentages of Color #eaedbd

%1
%0
%20
%7

Triadic Colors of #eaedbd

#eaedbd #bdeaed #edbdea

Analogous Colors of #eaedbd

#eaedbd #d2edbd #edd8bd

Monochromatic Colors of #eaedbd

#eaedbd

Complementary Color

#eaedbd #c0bded

#eaedbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eaedbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eaedbd Color CSS Codes

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

#eaedbd Text Font Color

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

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


#eaedbd Background Color

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

This div background color is #eaedbd


#eaedbd Border Color

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

This div border color is #eaedbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eaedbd


Comments

No comments written yet.

Please login to write comment.