Color Hex Logo

#eadd52 Color Hex

#EADD52
(234,221,82)
0 Favorites   0 Comments

Color spaces of #eadd52

RGB 23422182
HSL0.150.780.62
HSV55°65°92°
CMYK 0.000.060.65   0.08
XYZ61.311169.814518.2268
Yxy69.81450.41050.4674
Hunter Lab83.5551-15.241545.5550
CIE-Lab86.9058-11.539867.1988

#eadd52 color RGB value is (234,221,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011101 01010010
Octal 352 335 122
Decimal 234 221 82
Hex EA DD 52

RGB Percentages of Color #eadd52

%43.58
%41.15
%15.27

CMYK Percentages of Color #eadd52

%0
%6
%65
%8

Triadic Colors of #eadd52

#eadd52 #52eadd #dd52ea

Analogous Colors of #eadd52

#eadd52 #abea52 #ea9152

Monochromatic Colors of #eadd52

#eadd52

Complementary Color

#eadd52 #525fea

#eadd52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadd52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadd52 Color CSS Codes

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

#eadd52 Text Font Color

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

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


#eadd52 Background Color

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

This div background color is #eadd52


#eadd52 Border Color

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

This div border color is #eadd52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadd52


Comments

No comments written yet.

Please login to write comment.