Color Hex Logo

#eab35d Color Hex

#EAB35D
(234,179,93)
0 Favorites   0 Comments

Color spaces of #eab35d

RGB 23417993
HSL0.100.770.64
HSV37°60°92°
CMYK 0.000.240.60   0.08
XYZ52.027650.522917.3657
Yxy50.52290.43390.4213
Hunter Lab71.07956.266535.2703
CIE-Lab76.389110.782250.8304

#eab35d color RGB value is (234,179,93).

#eab35d hex color red value is 234, green value is 179 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #eab35d hue: 0.10 , saturation: 0.77 and the lightness value of eab35d is 0.64.

The process color (four color CMYK) of #eab35d color hex is 0.00, 0.24, 0.60, 0.08. Web safe color of #eab35d is #ffcc66. Color #eab35d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110011 01011101
Octal 352 263 135
Decimal 234 179 93
Hex EA B3 5D

RGB Percentages of Color #eab35d

%46.25
%35.38
%18.38

CMYK Percentages of Color #eab35d

%0
%24
%60
%8

Triadic Colors of #eab35d

#eab35d #5deab3 #b35dea

Analogous Colors of #eab35d

#eab35d #dbea5d #ea6d5d

Monochromatic Colors of #eab35d

#eab35d

Complementary Color

#eab35d #5d94ea

#eab35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab35d Color CSS Codes

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

#eab35d Text Font Color

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

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


#eab35d Background Color

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

This div background color is #eab35d


#eab35d Border Color

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

This div border color is #eab35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab35d


Comments

No comments written yet.

Please login to write comment.