Color Hex Logo

#edbd9f Color Hex

#EDBD9F
(237,189,159)
0 Favorites   0 Comments

Color spaces of #edbd9f

RGB 237189159
HSL0.060.680.78
HSV23°33°93°
CMYK 0.000.200.33   0.07
XYZ59.380756.902940.6546
Yxy56.90290.37840.3626
Hunter Lab75.43408.503420.8499
CIE-Lab80.124913.105521.7159

#edbd9f color RGB value is (237,189,159).

#edbd9f hex color red value is 237, green value is 189 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #edbd9f hue: 0.06 , saturation: 0.68 and the lightness value of edbd9f is 0.78.

The process color (four color CMYK) of #edbd9f color hex is 0.00, 0.20, 0.33, 0.07. Web safe color of #edbd9f is #ffcc99. Color #edbd9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 10011111
Octal 355 275 237
Decimal 237 189 159
Hex ED BD 9F

RGB Percentages of Color #edbd9f

%40.51
%32.31
%27.18

CMYK Percentages of Color #edbd9f

%0
%20
%33
%7

Triadic Colors of #edbd9f

#edbd9f #9fedbd #bd9fed

Analogous Colors of #edbd9f

#edbd9f #ede49f #ed9fa8

Monochromatic Colors of #edbd9f

#edbd9f

Complementary Color

#edbd9f #9fcfed

#edbd9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbd9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbd9f Color CSS Codes

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

#edbd9f Text Font Color

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

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


#edbd9f Background Color

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

This div background color is #edbd9f


#edbd9f Border Color

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

This div border color is #edbd9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbd9f


Comments

No comments written yet.

Please login to write comment.