Color Hex Logo

#ead911 Color Hex

#EAD911
(234,217,17)
0 Favorites   0 Comments

Color spaces of #ead911

RGB 23421717
HSL0.150.860.49
HSV55°93°92°
CMYK 0.000.070.93   0.08
XYZ58.845767.158610.3917
Yxy67.15860.43140.4924
Hunter Lab81.9504-15.238549.8470
CIE-Lab85.5840-11.712383.7463

#ead911 color RGB value is (234,217,17).

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

The process color (four color CMYK) of #ead911 color hex is 0.00, 0.07, 0.93, 0.08. Web safe color of #ead911 is #ffcc00. Color #ead911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011001 00010001
Octal 352 331 21
Decimal 234 217 17
Hex EA D9 11

RGB Percentages of Color #ead911

%50.00
%46.37
%3.63

CMYK Percentages of Color #ead911

%0
%7
%93
%8

Triadic Colors of #ead911

#ead911 #11ead9 #d911ea

Analogous Colors of #ead911

#ead911 #8fea11 #ea6d11

Monochromatic Colors of #ead911

#ead911

Complementary Color

#ead911 #1122ea

#ead911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead911 Color CSS Codes

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

#ead911 Text Font Color

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

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


#ead911 Background Color

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

This div background color is #ead911


#ead911 Border Color

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

This div border color is #ead911


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(234,217,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ead911; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ead911;
  -webkit-box-shadow: 1px 1px 3px 2px #ead911;
  box-shadow:         1px 1px 3px 2px #ead911; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,217,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead911


Comments

No comments written yet.

Please login to write comment.