Color Hex Logo

#eedc33 Color Hex

#EEDC33
(238,220,51)
0 Favorites   0 Comments

Color spaces of #eedc33

RGB 23822051
HSL0.150.850.57
HSV54°79°93°
CMYK 0.000.080.79   0.07
XYZ61.450669.602613.3278
Yxy69.60260.42560.4821
Hunter Lab83.4282-14.521748.9280
CIE-Lab86.8016-10.763277.9410

#eedc33 color RGB value is (238,220,51).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011100 00110011
Octal 356 334 63
Decimal 238 220 51
Hex EE DC 33

RGB Percentages of Color #eedc33

%46.76
%43.22
%10.02

CMYK Percentages of Color #eedc33

%0
%8
%79
%7

Triadic Colors of #eedc33

#eedc33 #33eedc #dc33ee

Analogous Colors of #eedc33

#eedc33 #a3ee33 #ee7f33

Monochromatic Colors of #eedc33

#eedc33

Complementary Color

#eedc33 #3345ee

#eedc33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedc33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedc33 Color CSS Codes

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

#eedc33 Text Font Color

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

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


#eedc33 Background Color

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

This div background color is #eedc33


#eedc33 Border Color

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

This div border color is #eedc33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedc33


Comments

No comments written yet.

Please login to write comment.