Color Hex Logo

#eadd17 Color Hex

#EADD17
(234,221,23)
0 Favorites   0 Comments

Color spaces of #eadd17

RGB 23422123
HSL0.160.830.50
HSV56°90°92°
CMYK 0.000.060.90   0.08
XYZ59.942869.267211.0212
Yxy69.26720.42750.4939
Hunter Lab83.2269-17.085550.4075
CIE-Lab86.6362-13.615783.7510

#eadd17 color RGB value is (234,221,23).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 00010111
Octal 352 335 27
Decimal 234 221 23
Hex EA DD 17

RGB Percentages of Color #eadd17

%48.95
%46.23
%4.81

CMYK Percentages of Color #eadd17

%0
%6
%90
%8

Triadic Colors of #eadd17

#eadd17 #17eadd #dd17ea

Analogous Colors of #eadd17

#eadd17 #8eea17 #ea7417

Monochromatic Colors of #eadd17

#eadd17

Complementary Color

#eadd17 #1724ea

#eadd17 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd17 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd17 Color CSS Codes

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

#eadd17 Text Font Color

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

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


#eadd17 Background Color

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

This div background color is #eadd17


#eadd17 Border Color

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

This div border color is #eadd17


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,221,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 #eadd17">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd17


Comments

No comments written yet.

Please login to write comment.