Color Hex Logo

#e0b477 Color Hex

#E0B477
(224,180,119)
1 Favorites   0 Comments

Color spaces of #e0b477

RGB 224180119
HSL0.100.630.67
HSV35°47°88°
CMYK 0.000.200.47   0.12
XYZ50.391549.821724.4134
Yxy49.82170.40430.3998
Hunter Lab70.58453.911428.9022
CIE-Lab75.95978.300137.0485

#e0b477 color RGB value is (224,180,119).

#e0b477 hex color red value is 224, green value is 180 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #e0b477 hue: 0.10 , saturation: 0.63 and the lightness value of e0b477 is 0.67.

The process color (four color CMYK) of #e0b477 color hex is 0.00, 0.20, 0.47, 0.12. Web safe color of #e0b477 is #cccc66. Color #e0b477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10110100 01110111
Octal 340 264 167
Decimal 224 180 119
Hex E0 B4 77

RGB Percentages of Color #e0b477

%42.83
%34.42
%22.75

CMYK Percentages of Color #e0b477

%0
%20
%47
%12

Triadic Colors of #e0b477

#e0b477 #77e0b4 #b477e0

Analogous Colors of #e0b477

#e0b477 #d8e077 #e08077

Monochromatic Colors of #e0b477

#e0b477

Complementary Color

#e0b477 #77a3e0

#e0b477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0b477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0b477 Color CSS Codes

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

#e0b477 Text Font Color

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

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


#e0b477 Background Color

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

This div background color is #e0b477


#e0b477 Border Color

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

This div border color is #e0b477


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,180,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0b477

#e0b477 Color Palettes


Comments

No comments written yet.

Please login to write comment.