Color Hex Logo

#14f96b Color Hex

#14F96B
(20,249,107)
0 Favorites   0 Comments

Color spaces of #14f96b

RGB 20249107
HSL0.400.950.53
HSV143°92°98°
CMYK 0.920.000.57   0.02
XYZ36.818068.961625.2803
Yxy68.96160.28090.5262
Hunter Lab83.0431-66.185740.0809
CIE-Lab86.4850-77.262853.7741

#14f96b color RGB value is (20,249,107).

#14f96b hex color red value is 20, green value is 249 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #14f96b hue: 0.40 , saturation: 0.95 and the lightness value of 14f96b is 0.53.

The process color (four color CMYK) of #14f96b color hex is 0.92, 0.00, 0.57, 0.02. Web safe color of #14f96b is #00ff66. Color #14f96b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11111001 01101011
Octal 24 371 153
Decimal 20 249 107
Hex 14 F9 6B

RGB Percentages of Color #14f96b

%5.32
%66.22
%28.46

CMYK Percentages of Color #14f96b

%92
%0
%57
%2

Triadic Colors of #14f96b

#14f96b #6b14f9 #f96b14

Analogous Colors of #14f96b

#14f96b #14f9de #2ff914

Monochromatic Colors of #14f96b

#14f96b

Complementary Color

#14f96b #f914a2

#14f96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14f96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#14f96b Color CSS Codes

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

#14f96b Text Font Color

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

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


#14f96b Background Color

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

This div background color is #14f96b


#14f96b Border Color

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

This div border color is #14f96b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,249,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14f96b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14f96b;
  -webkit-box-shadow: 1px 1px 3px 2px #14f96b;
  box-shadow:         1px 1px 3px 2px #14f96b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14f96b


Comments

No comments written yet.

Please login to write comment.