Color Hex Logo

#e8d212 Color Hex

#E8D212
(232,210,18)
0 Favorites   0 Comments

Color spaces of #e8d212

RGB 23221018
HSL0.150.860.49
HSV54°92°91°
CMYK 0.000.090.92   0.09
XYZ56.434563.29279.8146
Yxy63.29270.43560.4886
Hunter Lab79.5567-12.603148.3753
CIE-Lab83.5961-9.046082.0433

#e8d212 color RGB value is (232,210,18).

#e8d212 hex color red value is 232, green value is 210 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #e8d212 hue: 0.15 , saturation: 0.86 and the lightness value of e8d212 is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11010010 00010010
Octal 350 322 22
Decimal 232 210 18
Hex E8 D2 12

RGB Percentages of Color #e8d212

%50.43
%45.65
%3.91

CMYK Percentages of Color #e8d212

%0
%9
%92
%9

Triadic Colors of #e8d212

#e8d212 #12e8d2 #d212e8

Analogous Colors of #e8d212

#e8d212 #93e812 #e86712

Monochromatic Colors of #e8d212

#e8d212

Complementary Color

#e8d212 #1228e8

#e8d212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8d212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8d212 Color CSS Codes

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

#e8d212 Text Font Color

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

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


#e8d212 Background Color

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

This div background color is #e8d212


#e8d212 Border Color

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

This div border color is #e8d212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8d212


Comments

No comments written yet.

Please login to write comment.