Color Hex Logo

#eedf3a Color Hex

#EEDF3A
(238,223,58)
0 Favorites   0 Comments

Color spaces of #eedf3a

RGB 23822358
HSL0.150.840.58
HSV55°76°93°
CMYK 0.000.060.76   0.07
XYZ62.411371.258014.4677
Yxy71.25800.42130.4810
Hunter Lab84.4145-15.752448.9285
CIE-Lab87.6102-12.007276.5812

#eedf3a color RGB value is (238,223,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 00111010
Octal 356 337 72
Decimal 238 223 58
Hex EE DF 3A

RGB Percentages of Color #eedf3a

%45.86
%42.97
%11.18

CMYK Percentages of Color #eedf3a

%0
%6
%76
%7

Triadic Colors of #eedf3a

#eedf3a #3aeedf #df3aee

Analogous Colors of #eedf3a

#eedf3a #a3ee3a #ee853a

Monochromatic Colors of #eedf3a

#eedf3a

Complementary Color

#eedf3a #3a49ee

#eedf3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedf3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedf3a Color CSS Codes

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

#eedf3a Text Font Color

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

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


#eedf3a Background Color

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

This div background color is #eedf3a


#eedf3a Border Color

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

This div border color is #eedf3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedf3a


Comments

No comments written yet.

Please login to write comment.