Color Hex Logo

#eedf31 Color Hex

#EEDF31
(238,223,49)
0 Favorites   0 Comments

Color spaces of #eedf31

RGB 23822349
HSL0.150.850.56
HSV55°79°93°
CMYK 0.000.060.79   0.07
XYZ62.201971.174213.3653
Yxy71.17420.42390.4850
Hunter Lab84.3648-16.030949.6625
CIE-Lab87.5696-12.318679.1721

#eedf31 color RGB value is (238,223,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 00110001
Octal 356 337 61
Decimal 238 223 49
Hex EE DF 31

RGB Percentages of Color #eedf31

%46.67
%43.73
%9.61

CMYK Percentages of Color #eedf31

%0
%6
%79
%7

Triadic Colors of #eedf31

#eedf31 #31eedf #df31ee

Analogous Colors of #eedf31

#eedf31 #9fee31 #ee8131

Monochromatic Colors of #eedf31

#eedf31

Complementary Color

#eedf31 #3140ee

#eedf31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedf31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedf31 Color CSS Codes

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

#eedf31 Text Font Color

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

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


#eedf31 Background Color

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

This div background color is #eedf31


#eedf31 Border Color

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

This div border color is #eedf31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedf31


Comments

No comments written yet.

Please login to write comment.