Color Hex Logo

#eddb9a Color Hex

#EDDB9A
(237,219,154)
0 Favorites   0 Comments

Color spaces of #eddb9a

RGB 237219154
HSL0.130.700.77
HSV47°35°93°
CMYK 0.000.080.35   0.07
XYZ66.089371.000740.7931
Yxy71.00070.37150.3991
Hunter Lab84.2619-7.455130.2797
CIE-Lab87.4853-3.094434.2428

#eddb9a color RGB value is (237,219,154).

#eddb9a hex color red value is 237, green value is 219 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #eddb9a hue: 0.13 , saturation: 0.70 and the lightness value of eddb9a is 0.77.

The process color (four color CMYK) of #eddb9a color hex is 0.00, 0.08, 0.35, 0.07. Web safe color of #eddb9a is #ffcc99. Color #eddb9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 10011010
Octal 355 333 232
Decimal 237 219 154
Hex ED DB 9A

RGB Percentages of Color #eddb9a

%38.85
%35.90
%25.25

CMYK Percentages of Color #eddb9a

%0
%8
%35
%7

Triadic Colors of #eddb9a

#eddb9a #9aeddb #db9aed

Analogous Colors of #eddb9a

#eddb9a #d6ed9a #edb29a

Monochromatic Colors of #eddb9a

#eddb9a

Complementary Color

#eddb9a #9aaced

#eddb9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddb9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddb9a Color CSS Codes

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

#eddb9a Text Font Color

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

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


#eddb9a Background Color

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

This div background color is #eddb9a


#eddb9a Border Color

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

This div border color is #eddb9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddb9a


Comments

No comments written yet.

Please login to write comment.