Color Hex Logo

#eed02f Color Hex

#EED02F
(238,208,47)
0 Favorites   0 Comments

Color spaces of #eed02f

RGB 23820847
HSL0.140.850.56
HSV51°80°93°
CMYK 0.000.130.80   0.07
XYZ58.328963.494111.8707
Yxy63.49410.43630.4749
Hunter Lab79.6832-8.781846.9456
CIE-Lab83.7017-4.850276.3557

#eed02f color RGB value is (238,208,47).

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

The process color (four color CMYK) of #eed02f color hex is 0.00, 0.13, 0.80, 0.07. Web safe color of #eed02f is #ffcc33. Color #eed02f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010000 00101111
Octal 356 320 57
Decimal 238 208 47
Hex EE D0 2F

RGB Percentages of Color #eed02f

%48.28
%42.19
%9.53

CMYK Percentages of Color #eed02f

%0
%13
%80
%7

Triadic Colors of #eed02f

#eed02f #2feed0 #d02fee

Analogous Colors of #eed02f

#eed02f #adee2f #ee712f

Monochromatic Colors of #eed02f

#eed02f

Complementary Color

#eed02f #2f4dee

#eed02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed02f Color CSS Codes

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

#eed02f Text Font Color

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

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


#eed02f Background Color

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

This div background color is #eed02f


#eed02f Border Color

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

This div border color is #eed02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed02f


Comments

No comments written yet.

Please login to write comment.