Color Hex Logo

#e0bc8b Color Hex

#E0BC8B
(224,188,139)
0 Favorites   0 Comments

Color spaces of #e0bc8b

RGB 224188139
HSL0.100.580.71
HSV35°38°88°
CMYK 0.000.160.38   0.12
XYZ53.383953.677831.9733
Yxy53.67780.38400.3861
Hunter Lab73.26511.848225.4111
CIE-Lab78.27356.183629.6056

#e0bc8b color RGB value is (224,188,139).

#e0bc8b hex color red value is 224, green value is 188 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #e0bc8b hue: 0.10 , saturation: 0.58 and the lightness value of e0bc8b is 0.71.

The process color (four color CMYK) of #e0bc8b color hex is 0.00, 0.16, 0.38, 0.12. Web safe color of #e0bc8b is #cccc99. Color #e0bc8b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10111100 10001011
Octal 340 274 213
Decimal 224 188 139
Hex E0 BC 8B

RGB Percentages of Color #e0bc8b

%40.65
%34.12
%25.23

CMYK Percentages of Color #e0bc8b

%0
%16
%38
%12

Triadic Colors of #e0bc8b

#e0bc8b #8be0bc #bc8be0

Analogous Colors of #e0bc8b

#e0bc8b #dae08b #e0928b

Monochromatic Colors of #e0bc8b

#e0bc8b

Complementary Color

#e0bc8b #8bafe0

#e0bc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0bc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0bc8b Color CSS Codes

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

#e0bc8b Text Font Color

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

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


#e0bc8b Background Color

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

This div background color is #e0bc8b


#e0bc8b Border Color

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

This div border color is #e0bc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0bc8b


Comments

No comments written yet.

Please login to write comment.