Color Hex Logo

#eedf72 Color Hex

#EEDF72
(238,223,114)
0 Favorites   0 Comments

Color spaces of #eedf72

RGB 238223114
HSL0.150.780.69
HSV53°52°93°
CMYK 0.000.060.52   0.07
XYZ64.684872.167426.4400
Yxy72.16740.39610.4420
Hunter Lab84.9514-12.749241.0127
CIE-Lab88.0491-8.684854.6192

#eedf72 color RGB value is (238,223,114).

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

The process color (four color CMYK) of #eedf72 color hex is 0.00, 0.06, 0.52, 0.07. Web safe color of #eedf72 is #ffcc66. Color #eedf72 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 01110010
Octal 356 337 162
Decimal 238 223 114
Hex EE DF 72

RGB Percentages of Color #eedf72

%41.39
%38.78
%19.83

CMYK Percentages of Color #eedf72

%0
%6
%52
%7

Triadic Colors of #eedf72

#eedf72 #72eedf #df72ee

Analogous Colors of #eedf72

#eedf72 #bfee72 #eea172

Monochromatic Colors of #eedf72

#eedf72

Complementary Color

#eedf72 #7281ee

#eedf72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedf72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedf72 Color CSS Codes

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

#eedf72 Text Font Color

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

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


#eedf72 Background Color

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

This div background color is #eedf72


#eedf72 Border Color

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

This div border color is #eedf72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedf72


Comments

No comments written yet.

Please login to write comment.