Color Hex Logo

#ead815 Color Hex

#EAD815
(234,216,21)
0 Favorites   0 Comments

Color spaces of #ead815

RGB 23421621
HSL0.150.840.50
HSV55°91°92°
CMYK 0.000.080.91   0.08
XYZ58.622966.658310.4860
Yxy66.65830.43180.4910
Hunter Lab81.6445-14.710349.5363
CIE-Lab85.3311-11.160883.0347

#ead815 color RGB value is (234,216,21).

#ead815 hex color red value is 234, green value is 216 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ead815 hue: 0.15 , saturation: 0.84 and the lightness value of ead815 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011000 00010101
Octal 352 330 25
Decimal 234 216 21
Hex EA D8 15

RGB Percentages of Color #ead815

%49.68
%45.86
%4.46

CMYK Percentages of Color #ead815

%0
%8
%91
%8

Triadic Colors of #ead815

#ead815 #15ead8 #d815ea

Analogous Colors of #ead815

#ead815 #92ea15 #ea6e15

Monochromatic Colors of #ead815

#ead815

Complementary Color

#ead815 #1527ea

#ead815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead815 Color CSS Codes

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

#ead815 Text Font Color

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

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


#ead815 Background Color

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

This div background color is #ead815


#ead815 Border Color

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

This div border color is #ead815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead815


Comments

No comments written yet.

Please login to write comment.