Color Hex Logo

#eab748 Color Hex

#EAB748
(234,183,72)
0 Favorites   0 Comments

Color spaces of #eab748

RGB 23418372
HSL0.110.790.60
HSV41°69°92°
CMYK 0.000.220.69   0.08
XYZ52.034951.827313.3920
Yxy51.82730.44380.4420
Hunter Lab71.99123.034439.3645
CIE-Lab77.17757.403361.1885

#eab748 color RGB value is (234,183,72).

#eab748 hex color red value is 234, green value is 183 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #eab748 hue: 0.11 , saturation: 0.79 and the lightness value of eab748 is 0.60.

The process color (four color CMYK) of #eab748 color hex is 0.00, 0.22, 0.69, 0.08. Web safe color of #eab748 is #ffcc33. Color #eab748 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110111 01001000
Octal 352 267 110
Decimal 234 183 72
Hex EA B7 48

RGB Percentages of Color #eab748

%47.85
%37.42
%14.72

CMYK Percentages of Color #eab748

%0
%22
%69
%8

Triadic Colors of #eab748

#eab748 #48eab7 #b748ea

Analogous Colors of #eab748

#eab748 #ccea48 #ea6648

Monochromatic Colors of #eab748

#eab748

Complementary Color

#eab748 #487bea

#eab748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab748 Color CSS Codes

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

#eab748 Text Font Color

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

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


#eab748 Background Color

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

This div background color is #eab748


#eab748 Border Color

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

This div border color is #eab748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab748


Comments

No comments written yet.

Please login to write comment.