Color Hex Logo

#eabd48 Color Hex

#EABD48
(234,189,72)
0 Favorites   0 Comments

Color spaces of #eabd48

RGB 23418972
HSL0.120.790.60
HSV43°69°92°
CMYK 0.000.190.69   0.08
XYZ53.299054.355513.8134
Yxy54.35550.43880.4475
Hunter Lab73.72620.022540.4997
CIE-Lab78.66864.261862.7269

#eabd48 color RGB value is (234,189,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111101 01001000
Octal 352 275 110
Decimal 234 189 72
Hex EA BD 48

RGB Percentages of Color #eabd48

%47.27
%38.18
%14.55

CMYK Percentages of Color #eabd48

%0
%19
%69
%8

Triadic Colors of #eabd48

#eabd48 #48eabd #bd48ea

Analogous Colors of #eabd48

#eabd48 #c6ea48 #ea6c48

Monochromatic Colors of #eabd48

#eabd48

Complementary Color

#eabd48 #4875ea

#eabd48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabd48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabd48 Color CSS Codes

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

#eabd48 Text Font Color

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

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


#eabd48 Background Color

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

This div background color is #eabd48


#eabd48 Border Color

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

This div border color is #eabd48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabd48


Comments

No comments written yet.

Please login to write comment.