Color Hex Logo

#edbb8b Color Hex

#EDBB8B
(237,187,139)
0 Favorites   0 Comments

Color spaces of #edbb8b

RGB 237187139
HSL0.080.730.74
HSV29°41°93°
CMYK 0.000.210.41   0.07
XYZ57.355655.409332.0982
Yxy55.40930.39590.3825
Hunter Lab74.43747.272526.5397
CIE-Lab79.276411.847531.1619

#edbb8b color RGB value is (237,187,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 10001011
Octal 355 273 213
Decimal 237 187 139
Hex ED BB 8B

RGB Percentages of Color #edbb8b

%42.10
%33.21
%24.69

CMYK Percentages of Color #edbb8b

%0
%21
%41
%7

Triadic Colors of #edbb8b

#edbb8b #8bedbb #bb8bed

Analogous Colors of #edbb8b

#edbb8b #edec8b #ed8b8c

Monochromatic Colors of #edbb8b

#edbb8b

Complementary Color

#edbb8b #8bbded

#edbb8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbb8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbb8b Color CSS Codes

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

#edbb8b Text Font Color

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

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


#edbb8b Background Color

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

This div background color is #edbb8b


#edbb8b Border Color

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

This div border color is #edbb8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbb8b


Comments

No comments written yet.

Please login to write comment.