Color Hex Logo

#eedf74 Color Hex

#EEDF74
(238,223,116)
0 Favorites   0 Comments

Color spaces of #eedf74

RGB 238223116
HSL0.150.780.69
HSV53°51°93°
CMYK 0.000.060.51   0.07
XYZ64.800072.213427.0463
Yxy72.21340.39500.4402
Hunter Lab84.9785-12.597840.6146
CIE-Lab88.0712-8.519153.7107

#eedf74 color RGB value is (238,223,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 01110100
Octal 356 337 164
Decimal 238 223 116
Hex EE DF 74

RGB Percentages of Color #eedf74

%41.25
%38.65
%20.10

CMYK Percentages of Color #eedf74

%0
%6
%51
%7

Triadic Colors of #eedf74

#eedf74 #74eedf #df74ee

Analogous Colors of #eedf74

#eedf74 #c0ee74 #eea274

Monochromatic Colors of #eedf74

#eedf74

Complementary Color

#eedf74 #7483ee

#eedf74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedf74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedf74 Color CSS Codes

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

#eedf74 Text Font Color

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

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


#eedf74 Background Color

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

This div background color is #eedf74


#eedf74 Border Color

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

This div border color is #eedf74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedf74


Comments

No comments written yet.

Please login to write comment.