Color Hex Logo

#eedb22 Color Hex

#EEDB22
(238,219,34)
0 Favorites   0 Comments

Color spaces of #eedb22

RGB 23821934
HSL0.150.860.53
HSV54°86°93°
CMYK 0.000.080.86   0.07
XYZ60.880168.955711.6144
Yxy68.95570.43040.4875
Hunter Lab83.0396-14.452749.8351
CIE-Lab86.4821-10.728281.8422

#eedb22 color RGB value is (238,219,34).

#eedb22 hex color red value is 238, green value is 219 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #eedb22 hue: 0.15 , saturation: 0.86 and the lightness value of eedb22 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011011 00100010
Octal 356 333 42
Decimal 238 219 34
Hex EE DB 22

RGB Percentages of Color #eedb22

%48.47
%44.60
%6.92

CMYK Percentages of Color #eedb22

%0
%8
%86
%7

Triadic Colors of #eedb22

#eedb22 #22eedb #db22ee

Analogous Colors of #eedb22

#eedb22 #9bee22 #ee7522

Monochromatic Colors of #eedb22

#eedb22

Complementary Color

#eedb22 #2235ee

#eedb22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedb22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedb22 Color CSS Codes

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

#eedb22 Text Font Color

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

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


#eedb22 Background Color

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

This div background color is #eedb22


#eedb22 Border Color

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

This div border color is #eedb22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedb22


Comments

No comments written yet.

Please login to write comment.