Color Hex Logo

#14adbf Color Hex

#14ADBF
(20,173,191)
0 Favorites   0 Comments

Color spaces of #14adbf

RGB 20173191
HSL0.520.810.41
HSV186°90°75°
CMYK 0.900.090.00   0.25
XYZ24.636033.797554.5153
Yxy33.79750.21810.2992
Hunter Lab58.1356-26.0948-14.9029
CIE-Lab64.8015-29.4856-19.4988

#14adbf color RGB value is (20,173,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101101 10111111
Octal 24 255 277
Decimal 20 173 191
Hex 14 AD BF

RGB Percentages of Color #14adbf

%5.21
%45.05
%49.74

CMYK Percentages of Color #14adbf

%90
%9
%0
%25

Triadic Colors of #14adbf

#14adbf #bf14ad #adbf14

Analogous Colors of #14adbf

#14adbf #1458bf #14bf7c

Monochromatic Colors of #14adbf

#14adbf

Complementary Color

#14adbf #bf2614

#14adbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14adbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#14adbf Color CSS Codes

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

#14adbf Text Font Color

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

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


#14adbf Background Color

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

This div background color is #14adbf


#14adbf Border Color

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

This div border color is #14adbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14adbf


Comments

No comments written yet.

Please login to write comment.