Color Hex Logo

#eddb8f Color Hex

#EDDB8F
(237,219,143)
0 Favorites   0 Comments

Color spaces of #eddb8f

RGB 237219143
HSL0.130.720.75
HSV49°40°93°
CMYK 0.000.080.40   0.07
XYZ65.214570.650736.1864
Yxy70.65070.37900.4106
Hunter Lab84.0540-8.602633.3126
CIE-Lab87.3150-4.323439.5947

#eddb8f color RGB value is (237,219,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011011 10001111
Octal 355 333 217
Decimal 237 219 143
Hex ED DB 8F

RGB Percentages of Color #eddb8f

%39.57
%36.56
%23.87

CMYK Percentages of Color #eddb8f

%0
%8
%40
%7

Triadic Colors of #eddb8f

#eddb8f #8feddb #db8fed

Analogous Colors of #eddb8f

#eddb8f #d0ed8f #edac8f

Monochromatic Colors of #eddb8f

#eddb8f

Complementary Color

#eddb8f #8fa1ed

#eddb8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddb8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddb8f Color CSS Codes

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

#eddb8f Text Font Color

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

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


#eddb8f Background Color

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

This div background color is #eddb8f


#eddb8f Border Color

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

This div border color is #eddb8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddb8f


Comments

No comments written yet.

Please login to write comment.