Color Hex Logo

#eada48 Color Hex

#EADA48
(234,218,72)
0 Favorites   0 Comments

Color spaces of #eada48

RGB 23421872
HSL0.150.790.60
HSV54°69°92°
CMYK 0.000.070.69   0.08
XYZ60.172868.103116.1047
Yxy68.10310.41680.4717
Hunter Lab82.5246-14.264846.1968
CIE-Lab86.0580-10.575770.1924

#eada48 color RGB value is (234,218,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011010 01001000
Octal 352 332 110
Decimal 234 218 72
Hex EA DA 48

RGB Percentages of Color #eada48

%44.66
%41.60
%13.74

CMYK Percentages of Color #eada48

%0
%7
%69
%8

Triadic Colors of #eada48

#eada48 #48eada #da48ea

Analogous Colors of #eada48

#eada48 #a9ea48 #ea8948

Monochromatic Colors of #eada48

#eada48

Complementary Color

#eada48 #4858ea

#eada48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eada48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eada48 Color CSS Codes

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

#eada48 Text Font Color

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

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


#eada48 Background Color

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

This div background color is #eada48


#eada48 Border Color

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

This div border color is #eada48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eada48


Comments

No comments written yet.

Please login to write comment.