Color Hex Logo

#eede10 Color Hex

#EEDE10
(238,222,16)
0 Favorites   0 Comments

Color spaces of #eede10

RGB 23822216
HSL0.150.870.50
HSV56°93°93°
CMYK 0.000.070.93   0.07
XYZ61.474770.457110.8497
Yxy70.45710.43060.4935
Hunter Lab83.9387-16.163751.0934
CIE-Lab87.2206-12.512685.2445

#eede10 color RGB value is (238,222,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 00010000
Octal 356 336 20
Decimal 238 222 16
Hex EE DE 10

RGB Percentages of Color #eede10

%50.00
%46.64
%3.36

CMYK Percentages of Color #eede10

%0
%7
%93
%7

Triadic Colors of #eede10

#eede10 #10eede #de10ee

Analogous Colors of #eede10

#eede10 #8fee10 #ee6f10

Monochromatic Colors of #eede10

#eede10

Complementary Color

#eede10 #1020ee

#eede10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eede10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eede10 Color CSS Codes

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

#eede10 Text Font Color

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

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


#eede10 Background Color

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

This div background color is #eede10


#eede10 Border Color

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

This div border color is #eede10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eede10


Comments

No comments written yet.

Please login to write comment.