Color Hex Logo

#eadb52 Color Hex

#EADB52
(234,219,82)
0 Favorites   0 Comments

Color spaces of #eadb52

RGB 23421982
HSL0.150.780.62
HSV54°65°92°
CMYK 0.000.060.65   0.08
XYZ60.786268.764718.0518
Yxy68.76470.41180.4659
Hunter Lab82.9245-14.271945.1403
CIE-Lab86.3874-10.541766.6589

#eadb52 color RGB value is (234,219,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011011 01010010
Octal 352 333 122
Decimal 234 219 82
Hex EA DB 52

RGB Percentages of Color #eadb52

%43.74
%40.93
%15.33

CMYK Percentages of Color #eadb52

%0
%6
%65
%8

Triadic Colors of #eadb52

#eadb52 #52eadb #db52ea

Analogous Colors of #eadb52

#eadb52 #adea52 #ea8f52

Monochromatic Colors of #eadb52

#eadb52

Complementary Color

#eadb52 #5261ea

#eadb52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadb52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadb52 Color CSS Codes

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

#eadb52 Text Font Color

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

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


#eadb52 Background Color

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

This div background color is #eadb52


#eadb52 Border Color

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

This div border color is #eadb52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadb52


Comments

No comments written yet.

Please login to write comment.