Color Hex Logo

#eedf49 Color Hex

#EEDF49
(238,223,73)
0 Favorites   0 Comments

Color spaces of #eedf49

RGB 23822373
HSL0.150.830.61
HSV55°69°93°
CMYK 0.000.060.69   0.07
XYZ62.850271.433516.7788
Yxy71.43350.41610.4729
Hunter Lab84.5183-15.169547.3924
CIE-Lab87.6952-11.357171.5596

#eedf49 color RGB value is (238,223,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 01001001
Octal 356 337 111
Decimal 238 223 73
Hex EE DF 49

RGB Percentages of Color #eedf49

%44.57
%41.76
%13.67

CMYK Percentages of Color #eedf49

%0
%6
%69
%7

Triadic Colors of #eedf49

#eedf49 #49eedf #df49ee

Analogous Colors of #eedf49

#eedf49 #abee49 #ee8d49

Monochromatic Colors of #eedf49

#eedf49

Complementary Color

#eedf49 #4958ee

#eedf49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedf49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedf49 Color CSS Codes

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

#eedf49 Text Font Color

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

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


#eedf49 Background Color

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

This div background color is #eedf49


#eedf49 Border Color

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

This div border color is #eedf49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedf49


Comments

No comments written yet.

Please login to write comment.