Color Hex Logo

#eff314 Color Hex

#EFF314
(239,243,20)
0 Favorites   0 Comments

Color spaces of #eff314

RGB 23924320
HSL0.170.900.52
HSV61°92°95°
CMYK 0.020.000.92   0.05
XYZ67.773582.502413.0143
Yxy82.50240.41500.5053
Hunter Lab90.8308-25.766055.0865
CIE-Lab92.7961-22.254589.0613

#eff314 color RGB value is (239,243,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110011 00010100
Octal 357 363 24
Decimal 239 243 20
Hex EF F3 14

RGB Percentages of Color #eff314

%47.61
%48.41
%3.98

CMYK Percentages of Color #eff314

%2
%0
%92
%5

Triadic Colors of #eff314

#eff314 #14eff3 #f314ef

Analogous Colors of #eff314

#eff314 #80f314 #f38814

Monochromatic Colors of #eff314

#eff314

Complementary Color

#eff314 #1814f3

#eff314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff314 Color CSS Codes

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

#eff314 Text Font Color

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

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


#eff314 Background Color

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

This div background color is #eff314


#eff314 Border Color

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

This div border color is #eff314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff314


Comments

No comments written yet.

Please login to write comment.