Color Hex Logo

#eab548 Color Hex

#EAB548
(234,181,72)
0 Favorites   0 Comments

Color spaces of #eab548

RGB 23418172
HSL0.110.790.60
HSV40°69°92°
CMYK 0.000.230.69   0.08
XYZ51.625351.008113.2555
Yxy51.00810.44550.4401
Hunter Lab71.42004.042338.9898
CIE-Lab76.68398.454660.6766

#eab548 color RGB value is (234,181,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110101 01001000
Octal 352 265 110
Decimal 234 181 72
Hex EA B5 48

RGB Percentages of Color #eab548

%48.05
%37.17
%14.78

CMYK Percentages of Color #eab548

%0
%23
%69
%8

Triadic Colors of #eab548

#eab548 #48eab5 #b548ea

Analogous Colors of #eab548

#eab548 #ceea48 #ea6448

Monochromatic Colors of #eab548

#eab548

Complementary Color

#eab548 #487dea

#eab548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab548 Color CSS Codes

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

#eab548 Text Font Color

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

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


#eab548 Background Color

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

This div background color is #eab548


#eab548 Border Color

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

This div border color is #eab548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab548


Comments

No comments written yet.

Please login to write comment.