Color Hex Logo

#eab252 Color Hex

#EAB252
(234,178,82)
0 Favorites   0 Comments

Color spaces of #eab252

RGB 23417882
HSL0.110.780.62
HSV38°65°92°
CMYK 0.000.240.65   0.08
XYZ51.375149.942414.9147
Yxy49.94240.44200.4297
Hunter Lab70.66996.092236.9560
CIE-Lab76.033910.596355.5816

#eab252 color RGB value is (234,178,82).

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

The process color (four color CMYK) of #eab252 color hex is 0.00, 0.24, 0.65, 0.08. Web safe color of #eab252 is #ff9966. Color #eab252 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 01010010
Octal 352 262 122
Decimal 234 178 82
Hex EA B2 52

RGB Percentages of Color #eab252

%47.37
%36.03
%16.60

CMYK Percentages of Color #eab252

%0
%24
%65
%8

Triadic Colors of #eab252

#eab252 #52eab2 #b252ea

Analogous Colors of #eab252

#eab252 #d6ea52 #ea6652

Monochromatic Colors of #eab252

#eab252

Complementary Color

#eab252 #528aea

#eab252 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab252 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab252 Color CSS Codes

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

#eab252 Text Font Color

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

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


#eab252 Background Color

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

This div background color is #eab252


#eab252 Border Color

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

This div border color is #eab252


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab252


Comments

No comments written yet.

Please login to write comment.