Color Hex Logo

#edb391 Color Hex

#EDB391
(237,179,145)
0 Favorites   0 Comments

Color spaces of #edb391

RGB 237179145
HSL0.060.720.75
HSV22°39°93°
CMYK 0.000.240.39   0.07
XYZ56.156052.289133.9211
Yxy52.28910.39440.3673
Hunter Lab72.311212.076322.8050
CIE-Lab77.453416.739025.5452

#edb391 color RGB value is (237,179,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110011 10010001
Octal 355 263 221
Decimal 237 179 145
Hex ED B3 91

RGB Percentages of Color #edb391

%42.25
%31.91
%25.85

CMYK Percentages of Color #edb391

%0
%24
%39
%7

Triadic Colors of #edb391

#edb391 #91edb3 #b391ed

Analogous Colors of #edb391

#edb391 #ede191 #ed919d

Monochromatic Colors of #edb391

#edb391

Complementary Color

#edb391 #91cbed

#edb391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb391 Color CSS Codes

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

#edb391 Text Font Color

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

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


#edb391 Background Color

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

This div background color is #edb391


#edb391 Border Color

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

This div border color is #edb391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb391


Comments

No comments written yet.

Please login to write comment.