Color Hex Logo

#eabd3f Color Hex

#EABD3F
(234,189,63)
0 Favorites   0 Comments

Color spaces of #eabd3f

RGB 23418963
HSL0.120.800.58
HSV44°73°92°
CMYK 0.000.190.73   0.08
XYZ53.026554.246512.3785
Yxy54.24650.44320.4534
Hunter Lab73.6522-0.378941.5919
CIE-Lab78.60523.830966.2254

#eabd3f color RGB value is (234,189,63).

#eabd3f hex color red value is 234, green value is 189 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #eabd3f hue: 0.12 , saturation: 0.80 and the lightness value of eabd3f is 0.58.

The process color (four color CMYK) of #eabd3f color hex is 0.00, 0.19, 0.73, 0.08. Web safe color of #eabd3f is #ffcc33. Color #eabd3f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 00111111
Octal 352 275 77
Decimal 234 189 63
Hex EA BD 3F

RGB Percentages of Color #eabd3f

%48.15
%38.89
%12.96

CMYK Percentages of Color #eabd3f

%0
%19
%73
%8

Triadic Colors of #eabd3f

#eabd3f #3feabd #bd3fea

Analogous Colors of #eabd3f

#eabd3f #c2ea3f #ea683f

Monochromatic Colors of #eabd3f

#eabd3f

Complementary Color

#eabd3f #3f6cea

#eabd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabd3f Color CSS Codes

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

#eabd3f Text Font Color

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

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


#eabd3f Background Color

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

This div background color is #eabd3f


#eabd3f Border Color

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

This div border color is #eabd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabd3f


Comments

No comments written yet.

Please login to write comment.