Color Hex Logo

#eab270 Color Hex

#EAB270
(234,178,112)
0 Favorites   0 Comments

Color spaces of #eab270

RGB 234178112
HSL0.090.740.68
HSV32°52°92°
CMYK 0.000.240.52   0.08
XYZ52.776750.503122.2957
Yxy50.50310.42030.4022
Hunter Lab71.06558.198031.1446
CIE-Lab76.377012.787941.3880

#eab270 color RGB value is (234,178,112).

#eab270 hex color red value is 234, green value is 178 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #eab270 hue: 0.09 , saturation: 0.74 and the lightness value of eab270 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 01110000
Octal 352 262 160
Decimal 234 178 112
Hex EA B2 70

RGB Percentages of Color #eab270

%44.66
%33.97
%21.37

CMYK Percentages of Color #eab270

%0
%24
%52
%8

Triadic Colors of #eab270

#eab270 #70eab2 #b270ea

Analogous Colors of #eab270

#eab270 #e5ea70 #ea7570

Monochromatic Colors of #eab270

#eab270

Complementary Color

#eab270 #70a8ea

#eab270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab270 Color CSS Codes

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

#eab270 Text Font Color

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

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


#eab270 Background Color

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

This div background color is #eab270


#eab270 Border Color

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

This div border color is #eab270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab270


Comments

No comments written yet.

Please login to write comment.