Color Hex Logo

#eddb91 Color Hex

#EDDB91
(237,219,145)
0 Favorites   0 Comments

Color spaces of #eddb91

RGB 237219145
HSL0.130.720.75
HSV48°39°93°
CMYK 0.000.080.39   0.07
XYZ65.367470.711936.9916
Yxy70.71190.37770.4086
Hunter Lab84.0904-8.401732.7814
CIE-Lab87.3448-4.107538.6261

#eddb91 color RGB value is (237,219,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 10010001
Octal 355 333 221
Decimal 237 219 145
Hex ED DB 91

RGB Percentages of Color #eddb91

%39.43
%36.44
%24.13

CMYK Percentages of Color #eddb91

%0
%8
%39
%7

Triadic Colors of #eddb91

#eddb91 #91eddb #db91ed

Analogous Colors of #eddb91

#eddb91 #d1ed91 #edad91

Monochromatic Colors of #eddb91

#eddb91

Complementary Color

#eddb91 #91a3ed

#eddb91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddb91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddb91 Color CSS Codes

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

#eddb91 Text Font Color

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

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


#eddb91 Background Color

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

This div background color is #eddb91


#eddb91 Border Color

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

This div border color is #eddb91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddb91


Comments

No comments written yet.

Please login to write comment.