Color Hex Logo

#eee215 Color Hex

#EEE215
(238,226,21)
0 Favorites   0 Comments

Color spaces of #eee215

RGB 23822621
HSL0.160.860.51
HSV57°91°93°
CMYK 0.000.050.91   0.07
XYZ62.591672.624011.4284
Yxy72.62400.42680.4952
Hunter Lab85.2197-18.031051.7027
CIE-Lab88.2681-14.424785.4305

#eee215 color RGB value is (238,226,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100010 00010101
Octal 356 342 25
Decimal 238 226 21
Hex EE E2 15

RGB Percentages of Color #eee215

%49.07
%46.60
%4.33

CMYK Percentages of Color #eee215

%0
%5
%91
%7

Triadic Colors of #eee215

#eee215 #15eee2 #e215ee

Analogous Colors of #eee215

#eee215 #8eee15 #ee7615

Monochromatic Colors of #eee215

#eee215

Complementary Color

#eee215 #1521ee

#eee215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee215 Color CSS Codes

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

#eee215 Text Font Color

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

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


#eee215 Background Color

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

This div background color is #eee215


#eee215 Border Color

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

This div border color is #eee215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee215


Comments

No comments written yet.

Please login to write comment.