Color Hex Logo

#e8cc0e Color Hex

#E8CC0E
(232,204,14)
0 Favorites   0 Comments

Color spaces of #e8cc0e

RGB 23220414
HSL0.150.890.48
HSV52°94°91°
CMYK 0.000.120.94   0.09
XYZ54.950860.37329.1724
Yxy60.37320.44140.4849
Hunter Lab77.7002-9.737347.3910
CIE-Lab82.0406-6.056781.3615

#e8cc0e color RGB value is (232,204,14).

#e8cc0e hex color red value is 232, green value is 204 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e8cc0e hue: 0.15 , saturation: 0.89 and the lightness value of e8cc0e is 0.48.

The process color (four color CMYK) of #e8cc0e color hex is 0.00, 0.12, 0.94, 0.09. Web safe color of #e8cc0e is #ffcc00. Color #e8cc0e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001100 00001110
Octal 350 314 16
Decimal 232 204 14
Hex E8 CC E

RGB Percentages of Color #e8cc0e

%51.56
%45.33
%3.11

CMYK Percentages of Color #e8cc0e

%0
%12
%94
%9

Triadic Colors of #e8cc0e

#e8cc0e #0ee8cc #cc0ee8

Analogous Colors of #e8cc0e

#e8cc0e #97e80e #e85f0e

Monochromatic Colors of #e8cc0e

#e8cc0e

Complementary Color

#e8cc0e #0e2ae8

#e8cc0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cc0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cc0e Color CSS Codes

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

#e8cc0e Text Font Color

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

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


#e8cc0e Background Color

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

This div background color is #e8cc0e


#e8cc0e Border Color

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

This div border color is #e8cc0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cc0e


Comments

No comments written yet.

Please login to write comment.