Color Hex Logo

#eadf48 Color Hex

#EADF48
(234,223,72)
0 Favorites   0 Comments

Color spaces of #eadf48

RGB 23422372
HSL0.160.790.60
HSV56°69°92°
CMYK 0.000.050.69   0.08
XYZ61.489170.735716.5434
Yxy70.73570.41330.4755
Hunter Lab84.1045-16.680947.2108
CIE-Lab87.3564-13.064571.4793

#eadf48 color RGB value is (234,223,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011111 01001000
Octal 352 337 110
Decimal 234 223 72
Hex EA DF 48

RGB Percentages of Color #eadf48

%44.23
%42.16
%13.61

CMYK Percentages of Color #eadf48

%0
%5
%69
%8

Triadic Colors of #eadf48

#eadf48 #48eadf #df48ea

Analogous Colors of #eadf48

#eadf48 #a4ea48 #ea8e48

Monochromatic Colors of #eadf48

#eadf48

Complementary Color

#eadf48 #4853ea

#eadf48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadf48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadf48 Color CSS Codes

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

#eadf48 Text Font Color

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

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


#eadf48 Background Color

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

This div background color is #eadf48


#eadf48 Border Color

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

This div border color is #eadf48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadf48


Comments

No comments written yet.

Please login to write comment.