Color Hex Logo

#eac048 Color Hex

#EAC048
(234,192,72)
0 Favorites   0 Comments

Color spaces of #eac048

RGB 23419272
HSL0.120.790.60
HSV44°69°92°
CMYK 0.000.180.69   0.08
XYZ53.951055.659614.0307
Yxy55.65960.43640.4502
Hunter Lab74.6054-1.476841.0733
CIE-Lab79.41972.698763.4977

#eac048 color RGB value is (234,192,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000000 01001000
Octal 352 300 110
Decimal 234 192 72
Hex EA C0 48

RGB Percentages of Color #eac048

%46.99
%38.55
%14.46

CMYK Percentages of Color #eac048

%0
%18
%69
%8

Triadic Colors of #eac048

#eac048 #48eac0 #c048ea

Analogous Colors of #eac048

#eac048 #c3ea48 #ea6f48

Monochromatic Colors of #eac048

#eac048

Complementary Color

#eac048 #4872ea

#eac048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac048 Color CSS Codes

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

#eac048 Text Font Color

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

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


#eac048 Background Color

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

This div background color is #eac048


#eac048 Border Color

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

This div border color is #eac048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac048


Comments

No comments written yet.

Please login to write comment.