Color Hex Logo

#ead117 Color Hex

#EAD117
(234,209,23)
0 Favorites   0 Comments

Color spaces of #ead117

RGB 23420923
HSL0.150.830.50
HSV53°90°92°
CMYK 0.000.110.90   0.08
XYZ56.886863.155210.0025
Yxy63.15520.43740.4856
Hunter Lab79.4702-11.298148.1667
CIE-Lab83.5240-7.615181.3502

#ead117 color RGB value is (234,209,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11010001 00010111
Octal 352 321 27
Decimal 234 209 23
Hex EA D1 17

RGB Percentages of Color #ead117

%50.21
%44.85
%4.94

CMYK Percentages of Color #ead117

%0
%11
%90
%8

Triadic Colors of #ead117

#ead117 #17ead1 #d117ea

Analogous Colors of #ead117

#ead117 #9aea17 #ea6817

Monochromatic Colors of #ead117

#ead117

Complementary Color

#ead117 #1730ea

#ead117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ead117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ead117 Color CSS Codes

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

#ead117 Text Font Color

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

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


#ead117 Background Color

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

This div background color is #ead117


#ead117 Border Color

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

This div border color is #ead117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ead117


Comments

No comments written yet.

Please login to write comment.