Color Hex Logo

#eadd05 Color Hex

#EADD05
(234,221,5)
0 Favorites   0 Comments

Color spaces of #eadd05

RGB 2342215
HSL0.160.960.47
HSV57°98°92°
CMYK 0.000.060.98   0.08
XYZ59.815569.216310.3510
Yxy69.21630.42910.4966
Hunter Lab83.1963-17.257850.8608
CIE-Lab86.6110-13.811185.6366

#eadd05 color RGB value is (234,221,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 00000101
Octal 352 335 5
Decimal 234 221 5
Hex EA DD 5

RGB Percentages of Color #eadd05

%50.87
%48.04
%1.09

CMYK Percentages of Color #eadd05

%0
%6
%98
%8

Triadic Colors of #eadd05

#eadd05 #05eadd #dd05ea

Analogous Colors of #eadd05

#eadd05 #85ea05 #ea6b05

Monochromatic Colors of #eadd05

#eadd05

Complementary Color

#eadd05 #0512ea

#eadd05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd05 Color CSS Codes

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

#eadd05 Text Font Color

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

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


#eadd05 Background Color

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

This div background color is #eadd05


#eadd05 Border Color

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

This div border color is #eadd05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd05


Comments

No comments written yet.

Please login to write comment.