Color Hex Logo

#edb88b Color Hex

#EDB88B
(237,184,139)
0 Favorites   0 Comments

Color spaces of #edb88b

RGB 237184139
HSL0.080.730.74
HSV28°41°93°
CMYK 0.000.220.41   0.07
XYZ56.725754.149631.8882
Yxy54.14960.39730.3793
Hunter Lab73.58648.824425.8175
CIE-Lab78.548913.431130.1984

#edb88b color RGB value is (237,184,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111000 10001011
Octal 355 270 213
Decimal 237 184 139
Hex ED B8 8B

RGB Percentages of Color #edb88b

%42.32
%32.86
%24.82

CMYK Percentages of Color #edb88b

%0
%22
%41
%7

Triadic Colors of #edb88b

#edb88b #8bedb8 #b88bed

Analogous Colors of #edb88b

#edb88b #ede98b #ed8b8f

Monochromatic Colors of #edb88b

#edb88b

Complementary Color

#edb88b #8bc0ed

#edb88b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb88b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb88b Color CSS Codes

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

#edb88b Text Font Color

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

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


#edb88b Background Color

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

This div background color is #edb88b


#edb88b Border Color

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

This div border color is #edb88b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb88b


Comments

No comments written yet.

Please login to write comment.