Color Hex Logo

#edda9b Color Hex

#EDDA9B
(237,218,155)
0 Favorites   0 Comments

Color spaces of #edda9b

RGB 237218155
HSL0.130.690.77
HSV46°35°93°
CMYK 0.000.080.35   0.07
XYZ65.912970.513941.1469
Yxy70.51390.37120.3971
Hunter Lab83.9726-6.841329.7284
CIE-Lab87.2483-2.467133.4185

#edda9b color RGB value is (237,218,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011010 10011011
Octal 355 332 233
Decimal 237 218 155
Hex ED DA 9B

RGB Percentages of Color #edda9b

%38.85
%35.74
%25.41

CMYK Percentages of Color #edda9b

%0
%8
%35
%7

Triadic Colors of #edda9b

#edda9b #9bedda #da9bed

Analogous Colors of #edda9b

#edda9b #d7ed9b #edb19b

Monochromatic Colors of #edda9b

#edda9b

Complementary Color

#edda9b #9baeed

#edda9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edda9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edda9b Color CSS Codes

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

#edda9b Text Font Color

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

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


#edda9b Background Color

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

This div background color is #edda9b


#edda9b Border Color

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

This div border color is #edda9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edda9b


Comments

No comments written yet.

Please login to write comment.