Color Hex Logo

#edb18b Color Hex

#EDB18B
(237,177,139)
0 Favorites   0 Comments

Color spaces of #edb18b

RGB 237177139
HSL0.060.730.74
HSV23°41°93°
CMYK 0.000.250.41   0.07
XYZ55.307451.312931.4155
Yxy51.31290.40070.3717
Hunter Lab71.633012.460924.1408
CIE-Lab76.868217.137427.9602

#edb18b color RGB value is (237,177,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 10001011
Octal 355 261 213
Decimal 237 177 139
Hex ED B1 8B

RGB Percentages of Color #edb18b

%42.86
%32.01
%25.14

CMYK Percentages of Color #edb18b

%0
%25
%41
%7

Triadic Colors of #edb18b

#edb18b #8bedb1 #b18bed

Analogous Colors of #edb18b

#edb18b #ede28b #ed8b96

Monochromatic Colors of #edb18b

#edb18b

Complementary Color

#edb18b #8bc7ed

#edb18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb18b Color CSS Codes

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

#edb18b Text Font Color

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

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


#edb18b Background Color

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

This div background color is #edb18b


#edb18b Border Color

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

This div border color is #edb18b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb18b


Comments

No comments written yet.

Please login to write comment.