Color Hex Logo

#eabe55 Color Hex

#EABE55
(234,190,85)
0 Favorites   0 Comments

Color spaces of #eabe55

RGB 23419085
HSL0.120.780.63
HSV42°64°92°
CMYK 0.000.190.64   0.08
XYZ53.984854.975216.3603
Yxy54.97520.43080.4387
Hunter Lab74.14530.210838.8192
CIE-Lab79.02704.477957.5134

#eabe55 color RGB value is (234,190,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 01010101
Octal 352 276 125
Decimal 234 190 85
Hex EA BE 55

RGB Percentages of Color #eabe55

%45.97
%37.33
%16.70

CMYK Percentages of Color #eabe55

%0
%19
%64
%8

Triadic Colors of #eabe55

#eabe55 #55eabe #be55ea

Analogous Colors of #eabe55

#eabe55 #ccea55 #ea7455

Monochromatic Colors of #eabe55

#eabe55

Complementary Color

#eabe55 #5581ea

#eabe55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabe55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabe55 Color CSS Codes

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

#eabe55 Text Font Color

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

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


#eabe55 Background Color

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

This div background color is #eabe55


#eabe55 Border Color

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

This div border color is #eabe55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabe55


Comments

No comments written yet.

Please login to write comment.