Color Hex Logo

#14afbf Color Hex

#14AFBF
(20,175,191)
0 Favorites   0 Comments

Color spaces of #14afbf

RGB 20175191
HSL0.520.810.41
HSV186°90°75°
CMYK 0.900.080.00   0.25
XYZ25.022434.570354.6441
Yxy34.57030.21900.3026
Hunter Lab58.7965-26.9285-13.9452
CIE-Lab65.4127-30.4621-18.5700

#14afbf color RGB value is (20,175,191).

#14afbf hex color red value is 20, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #14afbf hue: 0.52 , saturation: 0.81 and the lightness value of 14afbf is 0.41.

The process color (four color CMYK) of #14afbf color hex is 0.90, 0.08, 0.00, 0.25. Web safe color of #14afbf is #0099cc. Color #14afbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101111 10111111
Octal 24 257 277
Decimal 20 175 191
Hex 14 AF BF

RGB Percentages of Color #14afbf

%5.18
%45.34
%49.48

CMYK Percentages of Color #14afbf

%90
%8
%0
%25

Triadic Colors of #14afbf

#14afbf #bf14af #afbf14

Analogous Colors of #14afbf

#14afbf #145abf #14bf7a

Monochromatic Colors of #14afbf

#14afbf

Complementary Color

#14afbf #bf2414

#14afbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14afbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#14afbf Color CSS Codes

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

#14afbf Text Font Color

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

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


#14afbf Background Color

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

This div background color is #14afbf


#14afbf Border Color

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

This div border color is #14afbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14afbf


Comments

No comments written yet.

Please login to write comment.