Color Hex Logo

#eabd52 Color Hex

#EABD52
(234,189,82)
0 Favorites   0 Comments

Color spaces of #eabd52

RGB 23418982
HSL0.120.780.62
HSV42°65°92°
CMYK 0.000.190.65   0.08
XYZ53.652354.496815.6738
Yxy54.49680.43330.4401
Hunter Lab73.82190.541839.0870
CIE-Lab78.75054.817658.5453

#eabd52 color RGB value is (234,189,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 01010010
Octal 352 275 122
Decimal 234 189 82
Hex EA BD 52

RGB Percentages of Color #eabd52

%46.34
%37.43
%16.24

CMYK Percentages of Color #eabd52

%0
%19
%65
%8

Triadic Colors of #eabd52

#eabd52 #52eabd #bd52ea

Analogous Colors of #eabd52

#eabd52 #cbea52 #ea7152

Monochromatic Colors of #eabd52

#eabd52

Complementary Color

#eabd52 #527fea

#eabd52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabd52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabd52 Color CSS Codes

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

#eabd52 Text Font Color

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

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


#eabd52 Background Color

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

This div background color is #eabd52


#eabd52 Border Color

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

This div border color is #eabd52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabd52


Comments

No comments written yet.

Please login to write comment.