Color Hex Logo

#eadf72 Color Hex

#EADF72
(234,223,114)
0 Favorites   0 Comments

Color spaces of #eadf72

RGB 234223114
HSL0.150.740.68
HSV55°51°92°
CMYK 0.000.050.51   0.08
XYZ63.356671.482726.3779
Yxy71.48270.39300.4434
Hunter Lab84.5474-14.197040.6854
CIE-Lab87.7190-10.292954.1478

#eadf72 color RGB value is (234,223,114).

#eadf72 hex color red value is 234, green value is 223 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #eadf72 hue: 0.15 , saturation: 0.74 and the lightness value of eadf72 is 0.68.

The process color (four color CMYK) of #eadf72 color hex is 0.00, 0.05, 0.51, 0.08. Web safe color of #eadf72 is #ffcc66. Color #eadf72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11011111 01110010
Octal 352 337 162
Decimal 234 223 114
Hex EA DF 72

RGB Percentages of Color #eadf72

%40.98
%39.05
%19.96

CMYK Percentages of Color #eadf72

%0
%5
%51
%8

Triadic Colors of #eadf72

#eadf72 #72eadf #df72ea

Analogous Colors of #eadf72

#eadf72 #b9ea72 #eaa372

Monochromatic Colors of #eadf72

#eadf72

Complementary Color

#eadf72 #727dea

#eadf72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eadf72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eadf72 Color CSS Codes

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

#eadf72 Text Font Color

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

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


#eadf72 Background Color

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

This div background color is #eadf72


#eadf72 Border Color

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

This div border color is #eadf72


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,223,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #eadf72">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eadf72


Comments

No comments written yet.

Please login to write comment.