Color Hex Logo

#e0c68e Color Hex

#E0C68E
(224,198,142)
0 Favorites   0 Comments

Color spaces of #e0c68e

RGB 224198142
HSL0.110.570.72
HSV41°37°88°
CMYK 0.000.120.37   0.12
XYZ55.817058.188533.8808
Yxy58.18850.37740.3935
Hunter Lab76.2814-2.879527.0630
CIE-Lab80.84351.280631.4439

#e0c68e color RGB value is (224,198,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11000110 10001110
Octal 340 306 216
Decimal 224 198 142
Hex E0 C6 8E

RGB Percentages of Color #e0c68e

%39.72
%35.11
%25.18

CMYK Percentages of Color #e0c68e

%0
%12
%37
%12

Triadic Colors of #e0c68e

#e0c68e #8ee0c6 #c68ee0

Analogous Colors of #e0c68e

#e0c68e #d1e08e #e09d8e

Monochromatic Colors of #e0c68e

#e0c68e

Complementary Color

#e0c68e #8ea8e0

#e0c68e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0c68e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0c68e Color CSS Codes

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

#e0c68e Text Font Color

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

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


#e0c68e Background Color

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

This div background color is #e0c68e


#e0c68e Border Color

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

This div border color is #e0c68e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0c68e


Comments

No comments written yet.

Please login to write comment.