Color Hex Logo

#e0c28e Color Hex

#E0C28E
(224,194,142)
0 Favorites   0 Comments

Color spaces of #e0c28e

RGB 224194142
HSL0.110.570.72
HSV38°37°88°
CMYK 0.000.130.37   0.12
XYZ54.914756.383933.5800
Yxy56.38390.37900.3892
Hunter Lab75.0892-0.864426.0479
CIE-Lab79.83183.372830.1019

#e0c28e color RGB value is (224,194,142).

#e0c28e hex color red value is 224, green value is 194 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e0c28e hue: 0.11 , saturation: 0.57 and the lightness value of e0c28e is 0.72.

The process color (four color CMYK) of #e0c28e color hex is 0.00, 0.13, 0.37, 0.12. Web safe color of #e0c28e is #cccc99. Color #e0c28e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11000010 10001110
Octal 340 302 216
Decimal 224 194 142
Hex E0 C2 8E

RGB Percentages of Color #e0c28e

%40.00
%34.64
%25.36

CMYK Percentages of Color #e0c28e

%0
%13
%37
%12

Triadic Colors of #e0c28e

#e0c28e #8ee0c2 #c28ee0

Analogous Colors of #e0c28e

#e0c28e #d5e08e #e0998e

Monochromatic Colors of #e0c28e

#e0c28e

Complementary Color

#e0c28e #8eace0

#e0c28e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0c28e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0c28e Color CSS Codes

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

#e0c28e Text Font Color

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

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


#e0c28e Background Color

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

This div background color is #e0c28e


#e0c28e Border Color

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

This div border color is #e0c28e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0c28e


Comments

No comments written yet.

Please login to write comment.