Color Hex Logo

#edb18e Color Hex

#EDB18E
(237,177,142)
0 Favorites   0 Comments

Color spaces of #edb18e

RGB 237177142
HSL0.060.730.74
HSV22°40°93°
CMYK 0.000.250.40   0.07
XYZ55.529751.401832.5860
Yxy51.40180.39800.3684
Hunter Lab71.695012.786623.2387
CIE-Lab76.921817.464926.4312

#edb18e color RGB value is (237,177,142).

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

The process color (four color CMYK) of #edb18e color hex is 0.00, 0.25, 0.40, 0.07. Web safe color of #edb18e is #ff9999. Color #edb18e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 10001110
Octal 355 261 216
Decimal 237 177 142
Hex ED B1 8E

RGB Percentages of Color #edb18e

%42.63
%31.83
%25.54

CMYK Percentages of Color #edb18e

%0
%25
%40
%7

Triadic Colors of #edb18e

#edb18e #8eedb1 #b18eed

Analogous Colors of #edb18e

#edb18e #ede18e #ed8e9b

Monochromatic Colors of #edb18e

#edb18e

Complementary Color

#edb18e #8ecaed

#edb18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb18e Color CSS Codes

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

#edb18e Text Font Color

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

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


#edb18e Background Color

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

This div background color is #edb18e


#edb18e Border Color

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

This div border color is #edb18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb18e


Comments

No comments written yet.

Please login to write comment.