Color Hex Logo

#eeda16 Color Hex

#EEDA16
(238,218,22)
0 Favorites   0 Comments

Color spaces of #eeda16

RGB 23821822
HSL0.150.860.51
HSV54°91°93°
CMYK 0.000.080.91   0.07
XYZ60.476168.377910.7699
Yxy68.37790.43310.4897
Hunter Lab82.6909-14.163050.1616
CIE-Lab86.1951-10.446483.7043

#eeda16 color RGB value is (238,218,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 00010110
Octal 356 332 26
Decimal 238 218 22
Hex EE DA 16

RGB Percentages of Color #eeda16

%49.79
%45.61
%4.60

CMYK Percentages of Color #eeda16

%0
%8
%91
%7

Triadic Colors of #eeda16

#eeda16 #16eeda #da16ee

Analogous Colors of #eeda16

#eeda16 #96ee16 #ee6e16

Monochromatic Colors of #eeda16

#eeda16

Complementary Color

#eeda16 #162aee

#eeda16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda16 Color CSS Codes

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

#eeda16 Text Font Color

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

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


#eeda16 Background Color

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

This div background color is #eeda16


#eeda16 Border Color

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

This div border color is #eeda16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda16


Comments

No comments written yet.

Please login to write comment.