Color Hex Logo

#eabb3f Color Hex

#EABB3F
(234,187,63)
0 Favorites   0 Comments

Color spaces of #eabb3f

RGB 23418763
HSL0.120.800.58
HSV44°73°92°
CMYK 0.000.200.73   0.08
XYZ52.599253.392012.2360
Yxy53.39200.44490.4516
Hunter Lab73.06980.620741.2204
CIE-Lab78.10594.874865.7376

#eabb3f color RGB value is (234,187,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111011 00111111
Octal 352 273 77
Decimal 234 187 63
Hex EA BB 3F

RGB Percentages of Color #eabb3f

%48.35
%38.64
%13.02

CMYK Percentages of Color #eabb3f

%0
%20
%73
%8

Triadic Colors of #eabb3f

#eabb3f #3feabb #bb3fea

Analogous Colors of #eabb3f

#eabb3f #c4ea3f #ea663f

Monochromatic Colors of #eabb3f

#eabb3f

Complementary Color

#eabb3f #3f6eea

#eabb3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabb3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabb3f Color CSS Codes

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

#eabb3f Text Font Color

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

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


#eabb3f Background Color

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

This div background color is #eabb3f


#eabb3f Border Color

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

This div border color is #eabb3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabb3f


Comments

No comments written yet.

Please login to write comment.