Color Hex Logo

#eddb95 Color Hex

#EDDB95
(237,219,149)
0 Favorites   0 Comments

Color spaces of #eddb95

RGB 237219149
HSL0.130.710.76
HSV48°37°93°
CMYK 0.000.080.37   0.07
XYZ65.681470.837538.6450
Yxy70.83750.37500.4044
Hunter Lab84.1650-7.989531.6921
CIE-Lab87.4060-3.665636.6826

#eddb95 color RGB value is (237,219,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 10010101
Octal 355 333 225
Decimal 237 219 149
Hex ED DB 95

RGB Percentages of Color #eddb95

%39.17
%36.20
%24.63

CMYK Percentages of Color #eddb95

%0
%8
%37
%7

Triadic Colors of #eddb95

#eddb95 #95eddb #db95ed

Analogous Colors of #eddb95

#eddb95 #d3ed95 #edaf95

Monochromatic Colors of #eddb95

#eddb95

Complementary Color

#eddb95 #95a7ed

#eddb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddb95 Color CSS Codes

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

#eddb95 Text Font Color

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

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


#eddb95 Background Color

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

This div background color is #eddb95


#eddb95 Border Color

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

This div border color is #eddb95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddb95


Comments

No comments written yet.

Please login to write comment.