Color Hex Logo

#eab335 Color Hex

#EAB335
(234,179,53)
0 Favorites   0 Comments

Color spaces of #eab335

RGB 23417953
HSL0.120.810.56
HSV42°77°92°
CMYK 0.000.240.77   0.08
XYZ50.694449.989710.3452
Yxy49.98970.45660.4502
Hunter Lab70.70344.253740.8172
CIE-Lab76.06298.664267.4673

#eab335 color RGB value is (234,179,53).

#eab335 hex color red value is 234, green value is 179 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #eab335 hue: 0.12 , saturation: 0.81 and the lightness value of eab335 is 0.56.

The process color (four color CMYK) of #eab335 color hex is 0.00, 0.24, 0.77, 0.08. Web safe color of #eab335 is #ffcc33. Color #eab335 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 00110101
Octal 352 263 65
Decimal 234 179 53
Hex EA B3 35

RGB Percentages of Color #eab335

%50.21
%38.41
%11.37

CMYK Percentages of Color #eab335

%0
%24
%77
%8

Triadic Colors of #eab335

#eab335 #35eab3 #b335ea

Analogous Colors of #eab335

#eab335 #c7ea35 #ea5835

Monochromatic Colors of #eab335

#eab335

Complementary Color

#eab335 #356cea

#eab335 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab335 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab335 Color CSS Codes

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

#eab335 Text Font Color

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

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


#eab335 Background Color

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

This div background color is #eab335


#eab335 Border Color

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

This div border color is #eab335


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab335


Comments

No comments written yet.

Please login to write comment.