Color Hex Logo

#e8c18a Color Hex

#E8C18A
(232,193,138)
0 Favorites   0 Comments

Color spaces of #e8c18a

RGB 232193138
HSL0.100.670.73
HSV35°41°91°
CMYK 0.000.170.41   0.09
XYZ56.936157.130732.0712
Yxy57.13070.38960.3909
Hunter Lab75.58492.185927.7522
CIE-Lab80.25316.605332.8831

#e8c18a color RGB value is (232,193,138).

#e8c18a hex color red value is 232, green value is 193 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #e8c18a hue: 0.10 , saturation: 0.67 and the lightness value of e8c18a is 0.73.

The process color (four color CMYK) of #e8c18a color hex is 0.00, 0.17, 0.41, 0.09. Web safe color of #e8c18a is #ffcc99. Color #e8c18a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11000001 10001010
Octal 350 301 212
Decimal 232 193 138
Hex E8 C1 8A

RGB Percentages of Color #e8c18a

%41.21
%34.28
%24.51

CMYK Percentages of Color #e8c18a

%0
%17
%41
%9

Triadic Colors of #e8c18a

#e8c18a #8ae8c1 #c18ae8

Analogous Colors of #e8c18a

#e8c18a #e0e88a #e8928a

Monochromatic Colors of #e8c18a

#e8c18a

Complementary Color

#e8c18a #8ab1e8

#e8c18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8c18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8c18a Color CSS Codes

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

#e8c18a Text Font Color

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

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


#e8c18a Background Color

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

This div background color is #e8c18a


#e8c18a Border Color

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

This div border color is #e8c18a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,193,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8c18a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8c18a;
  -webkit-box-shadow: 1px 1px 3px 2px #e8c18a;
  box-shadow:         1px 1px 3px 2px #e8c18a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,193,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8c18a


Comments

No comments written yet.

Please login to write comment.