Color Hex Logo

#eadd62 Color Hex

#EADD62
(234,221,98)
0 Favorites   0 Comments

Color spaces of #eadd62

RGB 23422198
HSL0.150.760.65
HSV54°58°92°
CMYK 0.000.060.58   0.08
XYZ61.992770.087221.8161
Yxy70.08720.40280.4554
Hunter Lab83.7181-14.328643.1523
CIE-Lab87.0396-10.521560.6231

#eadd62 color RGB value is (234,221,98).

#eadd62 hex color red value is 234, green value is 221 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #eadd62 hue: 0.15 , saturation: 0.76 and the lightness value of eadd62 is 0.65.

The process color (four color CMYK) of #eadd62 color hex is 0.00, 0.06, 0.58, 0.08. Web safe color of #eadd62 is #ffcc66. Color #eadd62 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 01100010
Octal 352 335 142
Decimal 234 221 98
Hex EA DD 62

RGB Percentages of Color #eadd62

%42.31
%39.96
%17.72

CMYK Percentages of Color #eadd62

%0
%6
%58
%8

Triadic Colors of #eadd62

#eadd62 #62eadd #dd62ea

Analogous Colors of #eadd62

#eadd62 #b3ea62 #ea9962

Monochromatic Colors of #eadd62

#eadd62

Complementary Color

#eadd62 #626fea

#eadd62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd62 Color CSS Codes

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

#eadd62 Text Font Color

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

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


#eadd62 Background Color

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

This div background color is #eadd62


#eadd62 Border Color

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

This div border color is #eadd62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd62


Comments

No comments written yet.

Please login to write comment.