Color Hex Logo

#e8ce5f Color Hex

#E8CE5F
(232,206,95)
0 Favorites   0 Comments

Color spaces of #e8ce5f

RGB 23220695
HSL0.140.750.64
HSV49°59°91°
CMYK 0.000.110.59   0.09
XYZ57.415662.124619.7916
Yxy62.12460.41210.4459
Hunter Lab78.8192-7.905740.2856
CIE-Lab82.9796-3.967357.3614

#e8ce5f color RGB value is (232,206,95).

#e8ce5f hex color red value is 232, green value is 206 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e8ce5f hue: 0.14 , saturation: 0.75 and the lightness value of e8ce5f is 0.64.

The process color (four color CMYK) of #e8ce5f color hex is 0.00, 0.11, 0.59, 0.09. Web safe color of #e8ce5f is #ffcc66. Color #e8ce5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001110 01011111
Octal 350 316 137
Decimal 232 206 95
Hex E8 CE 5F

RGB Percentages of Color #e8ce5f

%43.53
%38.65
%17.82

CMYK Percentages of Color #e8ce5f

%0
%11
%59
%9

Triadic Colors of #e8ce5f

#e8ce5f #5fe8ce #ce5fe8

Analogous Colors of #e8ce5f

#e8ce5f #bee85f #e88a5f

Monochromatic Colors of #e8ce5f

#e8ce5f

Complementary Color

#e8ce5f #5f79e8

#e8ce5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8ce5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8ce5f Color CSS Codes

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

#e8ce5f Text Font Color

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

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


#e8ce5f Background Color

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

This div background color is #e8ce5f


#e8ce5f Border Color

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

This div border color is #e8ce5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8ce5f


Comments

No comments written yet.

Please login to write comment.