Color Hex Logo

#eab055 Color Hex

#EAB055
(234,176,85)
0 Favorites   0 Comments

Color spaces of #eab055

RGB 23417685
HSL0.100.780.63
HSV37°64°92°
CMYK 0.000.250.64   0.08
XYZ51.096749.199015.3976
Yxy49.19900.44170.4253
Hunter Lab70.14207.284336.0840
CIE-Lab75.575011.837453.6895

#eab055 color RGB value is (234,176,85).

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

The process color (four color CMYK) of #eab055 color hex is 0.00, 0.25, 0.64, 0.08. Web safe color of #eab055 is #ff9966. Color #eab055 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110000 01010101
Octal 352 260 125
Decimal 234 176 85
Hex EA B0 55

RGB Percentages of Color #eab055

%47.27
%35.56
%17.17

CMYK Percentages of Color #eab055

%0
%25
%64
%8

Triadic Colors of #eab055

#eab055 #55eab0 #b055ea

Analogous Colors of #eab055

#eab055 #daea55 #ea6655

Monochromatic Colors of #eab055

#eab055

Complementary Color

#eab055 #558fea

#eab055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab055 Color CSS Codes

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

#eab055 Text Font Color

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

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


#eab055 Background Color

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

This div background color is #eab055


#eab055 Border Color

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

This div border color is #eab055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab055


Comments

No comments written yet.

Please login to write comment.