Color Hex Logo

#eee313 Color Hex

#EEE313
(238,227,19)
0 Favorites   0 Comments

Color spaces of #eee313

RGB 23822719
HSL0.160.870.50
HSV57°92°93°
CMYK 0.000.050.92   0.07
XYZ62.846573.162311.4255
Yxy73.16230.42630.4962
Hunter Lab85.5350-18.534051.9547
CIE-Lab88.5251-14.942785.8816

#eee313 color RGB value is (238,227,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100011 00010011
Octal 356 343 23
Decimal 238 227 19
Hex EE E3 13

RGB Percentages of Color #eee313

%49.17
%46.90
%3.93

CMYK Percentages of Color #eee313

%0
%5
%92
%7

Triadic Colors of #eee313

#eee313 #13eee3 #e313ee

Analogous Colors of #eee313

#eee313 #8cee13 #ee7613

Monochromatic Colors of #eee313

#eee313

Complementary Color

#eee313 #131eee

#eee313 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee313 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee313 Color CSS Codes

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

#eee313 Text Font Color

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

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


#eee313 Background Color

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

This div background color is #eee313


#eee313 Border Color

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

This div border color is #eee313


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,227,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 #eee313">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee313


Comments

No comments written yet.

Please login to write comment.