Color Hex Logo

#0ef469 Color Hex

#0EF469
(14,244,105)
0 Favorites   0 Comments

Color spaces of #0ef469

RGB 14244105
HSL0.400.910.51
HSV144°94°96°
CMYK 0.940.000.57   0.04
XYZ35.081665.814724.2191
Yxy65.81470.28040.5260
Hunter Lab81.1263-64.781839.0882
CIE-Lab84.9018-76.261052.7891

#0ef469 color RGB value is (14,244,105).

#0ef469 hex color red value is 14, green value is 244 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #0ef469 hue: 0.40 , saturation: 0.91 and the lightness value of 0ef469 is 0.51.

The process color (four color CMYK) of #0ef469 color hex is 0.94, 0.00, 0.57, 0.04. Web safe color of #0ef469 is #00ff66. Color #0ef469 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11110100 01101001
Octal 16 364 151
Decimal 14 244 105
Hex E F4 69

RGB Percentages of Color #0ef469

%3.86
%67.22
%28.93

CMYK Percentages of Color #0ef469

%94
%0
%57
%4

Triadic Colors of #0ef469

#0ef469 #690ef4 #f4690e

Analogous Colors of #0ef469

#0ef469 #0ef4dc #26f40e

Monochromatic Colors of #0ef469

#0ef469

Complementary Color

#0ef469 #f40e99

#0ef469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ef469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ef469 Color CSS Codes

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

#0ef469 Text Font Color

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

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


#0ef469 Background Color

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

This div background color is #0ef469


#0ef469 Border Color

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

This div border color is #0ef469


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(14,244,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ef469; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ef469;
  -webkit-box-shadow: 1px 1px 3px 2px #0ef469;
  box-shadow:         1px 1px 3px 2px #0ef469; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(14,244,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ef469


Comments

No comments written yet.

Please login to write comment.