Color Hex Logo

#eee314 Color Hex

#EEE314
(238,227,20)
0 Favorites   0 Comments

Color spaces of #eee314

RGB 23822720
HSL0.160.870.51
HSV57°92°93°
CMYK 0.000.050.92   0.07
XYZ62.855273.165811.4714
Yxy73.16580.42620.4961
Hunter Lab85.5370-18.522551.9245
CIE-Lab88.5267-14.929885.7583

#eee314 color RGB value is (238,227,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100011 00010100
Octal 356 343 24
Decimal 238 227 20
Hex EE E3 14

RGB Percentages of Color #eee314

%49.07
%46.80
%4.12

CMYK Percentages of Color #eee314

%0
%5
%92
%7

Triadic Colors of #eee314

#eee314 #14eee3 #e314ee

Analogous Colors of #eee314

#eee314 #8cee14 #ee7614

Monochromatic Colors of #eee314

#eee314

Complementary Color

#eee314 #141fee

#eee314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee314 Color CSS Codes

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

#eee314 Text Font Color

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

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


#eee314 Background Color

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

This div background color is #eee314


#eee314 Border Color

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

This div border color is #eee314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee314


Comments

No comments written yet.

Please login to write comment.