Color Hex Logo

#ead109 Color Hex

#EAD109
(234,209,9)
0 Favorites   0 Comments

Color spaces of #ead109

RGB 2342099
HSL0.150.930.48
HSV53°96°92°
CMYK 0.000.110.96   0.08
XYZ56.781563.11319.4478
Yxy63.11310.43900.4880
Hunter Lab79.4438-11.445848.5596
CIE-Lab83.5019-7.779983.0121

#ead109 color RGB value is (234,209,9).

#ead109 hex color red value is 234, green value is 209 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #ead109 hue: 0.15 , saturation: 0.93 and the lightness value of ead109 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010001 00001001
Octal 352 321 11
Decimal 234 209 9
Hex EA D1 9

RGB Percentages of Color #ead109

%51.77
%46.24
%1.99

CMYK Percentages of Color #ead109

%0
%11
%96
%8

Triadic Colors of #ead109

#ead109 #09ead1 #d109ea

Analogous Colors of #ead109

#ead109 #93ea09 #ea6109

Monochromatic Colors of #ead109

#ead109

Complementary Color

#ead109 #0922ea

#ead109 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead109 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead109 Color CSS Codes

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

#ead109 Text Font Color

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

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


#ead109 Background Color

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

This div background color is #ead109


#ead109 Border Color

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

This div border color is #ead109


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead109


Comments

No comments written yet.

Please login to write comment.