Color Hex Logo

#eee213 Color Hex

#EEE213
(238,226,19)
0 Favorites   0 Comments

Color spaces of #eee213

RGB 23822619
HSL0.160.870.50
HSV57°92°93°
CMYK 0.000.050.92   0.07
XYZ62.573872.616911.3346
Yxy72.61690.42710.4956
Hunter Lab85.2156-18.054651.7647
CIE-Lab88.2647-14.451385.6835

#eee213 color RGB value is (238,226,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100010 00010011
Octal 356 342 23
Decimal 238 226 19
Hex EE E2 13

RGB Percentages of Color #eee213

%49.28
%46.79
%3.93

CMYK Percentages of Color #eee213

%0
%5
%92
%7

Triadic Colors of #eee213

#eee213 #13eee2 #e213ee

Analogous Colors of #eee213

#eee213 #8dee13 #ee7513

Monochromatic Colors of #eee213

#eee213

Complementary Color

#eee213 #131fee

#eee213 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee213 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee213 Color CSS Codes

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

#eee213 Text Font Color

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

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


#eee213 Background Color

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

This div background color is #eee213


#eee213 Border Color

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

This div border color is #eee213


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee213


Comments

No comments written yet.

Please login to write comment.