Color Hex Logo

#eede18 Color Hex

#EEDE18
(238,222,24)
0 Favorites   0 Comments

Color spaces of #eede18

RGB 23822224
HSL0.150.860.51
HSV56°90°93°
CMYK 0.000.070.90   0.07
XYZ61.546070.485611.2254
Yxy70.48560.42960.4920
Hunter Lab83.9557-16.068250.8415
CIE-Lab87.2345-12.405584.2104

#eede18 color RGB value is (238,222,24).

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

The process color (four color CMYK) of #eede18 color hex is 0.00, 0.07, 0.90, 0.07. Web safe color of #eede18 is #ffcc00. Color #eede18 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 00011000
Octal 356 336 30
Decimal 238 222 24
Hex EE DE 18

RGB Percentages of Color #eede18

%49.17
%45.87
%4.96

CMYK Percentages of Color #eede18

%0
%7
%90
%7

Triadic Colors of #eede18

#eede18 #18eede #de18ee

Analogous Colors of #eede18

#eede18 #93ee18 #ee7318

Monochromatic Colors of #eede18

#eede18

Complementary Color

#eede18 #1828ee

#eede18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eede18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eede18 Color CSS Codes

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

#eede18 Text Font Color

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

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


#eede18 Background Color

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

This div background color is #eede18


#eede18 Border Color

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

This div border color is #eede18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eede18


Comments

No comments written yet.

Please login to write comment.