Color Hex Logo

#eab255 Color Hex

#EAB255
(234,178,85)
0 Favorites   0 Comments

Color spaces of #eab255

RGB 23417885
HSL0.100.780.63
HSV37°64°92°
CMYK 0.000.240.64   0.08
XYZ51.491849.989115.5293
Yxy49.98910.44010.4272
Hunter Lab70.70306.268436.4695
CIE-Lab76.062610.780854.2339

#eab255 color RGB value is (234,178,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 01010101
Octal 352 262 125
Decimal 234 178 85
Hex EA B2 55

RGB Percentages of Color #eab255

%47.08
%35.81
%17.10

CMYK Percentages of Color #eab255

%0
%24
%64
%8

Triadic Colors of #eab255

#eab255 #55eab2 #b255ea

Analogous Colors of #eab255

#eab255 #d8ea55 #ea6855

Monochromatic Colors of #eab255

#eab255

Complementary Color

#eab255 #558dea

#eab255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab255 Color CSS Codes

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

#eab255 Text Font Color

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

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


#eab255 Background Color

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

This div background color is #eab255


#eab255 Border Color

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

This div border color is #eab255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab255


Comments

No comments written yet.

Please login to write comment.