Color Hex Logo

#eef314 Color Hex

#EEF314
(238,243,20)
0 Favorites   0 Comments

Color spaces of #eef314

RGB 23824320
HSL0.170.900.52
HSV61°92°95°
CMYK 0.020.000.92   0.05
XYZ67.436882.328812.9986
Yxy82.32880.41430.5058
Hunter Lab90.7352-26.120755.0209
CIE-Lab92.7198-22.666388.9692

#eef314 color RGB value is (238,243,20).

#eef314 hex color red value is 238, green value is 243 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #eef314 hue: 0.17 , saturation: 0.90 and the lightness value of eef314 is 0.52.

The process color (four color CMYK) of #eef314 color hex is 0.02, 0.00, 0.92, 0.05. Web safe color of #eef314 is #ffff00. Color #eef314 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110011 00010100
Octal 356 363 24
Decimal 238 243 20
Hex EE F3 14

RGB Percentages of Color #eef314

%47.50
%48.50
%3.99

CMYK Percentages of Color #eef314

%2
%0
%92
%5

Triadic Colors of #eef314

#eef314 #14eef3 #f314ee

Analogous Colors of #eef314

#eef314 #7ff314 #f38914

Monochromatic Colors of #eef314

#eef314

Complementary Color

#eef314 #1914f3

#eef314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef314 Color CSS Codes

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

#eef314 Text Font Color

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

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


#eef314 Background Color

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

This div background color is #eef314


#eef314 Border Color

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

This div border color is #eef314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef314


Comments

No comments written yet.

Please login to write comment.