Color Hex Logo

#edb38e Color Hex

#EDB38E
(237,179,142)
0 Favorites   0 Comments

Color spaces of #edb38e

RGB 237179142
HSL0.060.730.74
HSV23°40°93°
CMYK 0.000.240.40   0.07
XYZ55.927652.197732.7186
Yxy52.19770.39710.3706
Hunter Lab72.248011.744023.7232
CIE-Lab77.398916.404327.0727

#edb38e color RGB value is (237,179,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110011 10001110
Octal 355 263 216
Decimal 237 179 142
Hex ED B3 8E

RGB Percentages of Color #edb38e

%42.47
%32.08
%25.45

CMYK Percentages of Color #edb38e

%0
%24
%40
%7

Triadic Colors of #edb38e

#edb38e #8eedb3 #b38eed

Analogous Colors of #edb38e

#edb38e #ede38e #ed8e99

Monochromatic Colors of #edb38e

#edb38e

Complementary Color

#edb38e #8ec8ed

#edb38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb38e Color CSS Codes

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

#edb38e Text Font Color

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

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


#edb38e Background Color

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

This div background color is #edb38e


#edb38e Border Color

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

This div border color is #edb38e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb38e


Comments

No comments written yet.

Please login to write comment.