Color Hex Logo

#edbc9f Color Hex

#EDBC9F
(237,188,159)
0 Favorites   0 Comments

Color spaces of #edbc9f

RGB 237188159
HSL0.060.680.78
HSV22°33°93°
CMYK 0.000.210.33   0.07
XYZ59.166356.474240.5831
Yxy56.47420.37870.3615
Hunter Lab75.14939.024720.5860
CIE-Lab79.882913.633621.3831

#edbc9f color RGB value is (237,188,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111100 10011111
Octal 355 274 237
Decimal 237 188 159
Hex ED BC 9F

RGB Percentages of Color #edbc9f

%40.58
%32.19
%27.23

CMYK Percentages of Color #edbc9f

%0
%21
%33
%7

Triadic Colors of #edbc9f

#edbc9f #9fedbc #bc9fed

Analogous Colors of #edbc9f

#edbc9f #ede39f #ed9fa9

Monochromatic Colors of #edbc9f

#edbc9f

Complementary Color

#edbc9f #9fd0ed

#edbc9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbc9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbc9f Color CSS Codes

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

#edbc9f Text Font Color

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

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


#edbc9f Background Color

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

This div background color is #edbc9f


#edbc9f Border Color

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

This div border color is #edbc9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,188,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 #edbc9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbc9f


Comments

No comments written yet.

Please login to write comment.