Color Hex Logo

#eab248 Color Hex

#EAB248
(234,178,72)
0 Favorites   0 Comments

Color spaces of #eab248

RGB 23417872
HSL0.110.790.60
HSV39°69°92°
CMYK 0.000.240.69   0.08
XYZ51.021849.801113.0543
Yxy49.80110.44800.4373
Hunter Lab70.56995.557638.4312
CIE-Lab75.947010.035059.9102

#eab248 color RGB value is (234,178,72).

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

The process color (four color CMYK) of #eab248 color hex is 0.00, 0.24, 0.69, 0.08. Web safe color of #eab248 is #ff9933. Color #eab248 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110010 01001000
Octal 352 262 110
Decimal 234 178 72
Hex EA B2 48

RGB Percentages of Color #eab248

%48.35
%36.78
%14.88

CMYK Percentages of Color #eab248

%0
%24
%69
%8

Triadic Colors of #eab248

#eab248 #48eab2 #b248ea

Analogous Colors of #eab248

#eab248 #d1ea48 #ea6148

Monochromatic Colors of #eab248

#eab248

Complementary Color

#eab248 #4880ea

#eab248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab248 Color CSS Codes

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

#eab248 Text Font Color

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

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


#eab248 Background Color

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

This div background color is #eab248


#eab248 Border Color

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

This div border color is #eab248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab248


Comments

No comments written yet.

Please login to write comment.