Color Hex Logo

#edb89b Color Hex

#EDB89B
(237,184,155)
0 Favorites   0 Comments

Color spaces of #edb89b

RGB 237184155
HSL0.060.690.77
HSV21°35°93°
CMYK 0.000.220.35   0.07
XYZ57.981954.652138.5033
Yxy54.65210.38360.3616
Hunter Lab73.927110.627420.8690
CIE-Lab78.840515.259122.0877

#edb89b color RGB value is (237,184,155).

#edb89b hex color red value is 237, green value is 184 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #edb89b hue: 0.06 , saturation: 0.69 and the lightness value of edb89b is 0.77.

The process color (four color CMYK) of #edb89b color hex is 0.00, 0.22, 0.35, 0.07. Web safe color of #edb89b is #ffcc99. Color #edb89b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111000 10011011
Octal 355 270 233
Decimal 237 184 155
Hex ED B8 9B

RGB Percentages of Color #edb89b

%41.15
%31.94
%26.91

CMYK Percentages of Color #edb89b

%0
%22
%35
%7

Triadic Colors of #edb89b

#edb89b #9bedb8 #b89bed

Analogous Colors of #edb89b

#edb89b #ede19b #ed9ba7

Monochromatic Colors of #edb89b

#edb89b

Complementary Color

#edb89b #9bd0ed

#edb89b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb89b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb89b Color CSS Codes

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

#edb89b Text Font Color

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

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


#edb89b Background Color

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

This div background color is #edb89b


#edb89b Border Color

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

This div border color is #edb89b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb89b


Comments

No comments written yet.

Please login to write comment.