Color Hex Logo

#eed02c Color Hex

#EED02C
(238,208,44)
0 Favorites   0 Comments

Color spaces of #eed02c

RGB 23820844
HSL0.140.850.55
HSV51°82°93°
CMYK 0.000.130.82   0.07
XYZ58.270463.470711.5628
Yxy63.47070.43710.4761
Hunter Lab79.6685-8.863147.1628
CIE-Lab83.6894-4.939577.1679

#eed02c color RGB value is (238,208,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010000 00101100
Octal 356 320 54
Decimal 238 208 44
Hex EE D0 2C

RGB Percentages of Color #eed02c

%48.57
%42.45
%8.98

CMYK Percentages of Color #eed02c

%0
%13
%82
%7

Triadic Colors of #eed02c

#eed02c #2ceed0 #d02cee

Analogous Colors of #eed02c

#eed02c #abee2c #ee6f2c

Monochromatic Colors of #eed02c

#eed02c

Complementary Color

#eed02c #2c4aee

#eed02c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed02c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed02c Color CSS Codes

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

#eed02c Text Font Color

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

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


#eed02c Background Color

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

This div background color is #eed02c


#eed02c Border Color

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

This div border color is #eed02c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed02c


Comments

No comments written yet.

Please login to write comment.