Color Hex Logo

#14bbdf Color Hex

#14BBDF
(20,187,223)
0 Favorites   0 Comments

Color spaces of #14bbdf

RGB 20187223
HSL0.530.840.48
HSV191°91°87°
CMYK 0.910.160.00   0.13
XYZ31.378141.017176.0753
Yxy41.01710.21130.2763
Hunter Lab64.0446-24.6235-25.5963
CIE-Lab70.1879-25.9322-28.8700

#14bbdf color RGB value is (20,187,223).

#14bbdf hex color red value is 20, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #14bbdf hue: 0.53 , saturation: 0.84 and the lightness value of 14bbdf is 0.48.

The process color (four color CMYK) of #14bbdf color hex is 0.91, 0.16, 0.00, 0.13. Web safe color of #14bbdf is #00cccc. Color #14bbdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111011 11011111
Octal 24 273 337
Decimal 20 187 223
Hex 14 BB DF

RGB Percentages of Color #14bbdf

%4.65
%43.49
%51.86

CMYK Percentages of Color #14bbdf

%91
%16
%0
%13

Triadic Colors of #14bbdf

#14bbdf #df14bb #bbdf14

Analogous Colors of #14bbdf

#14bbdf #1455df #14df9e

Monochromatic Colors of #14bbdf

#14bbdf

Complementary Color

#14bbdf #df3814

#14bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bbdf Color CSS Codes

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

#14bbdf Text Font Color

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

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


#14bbdf Background Color

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

This div background color is #14bbdf


#14bbdf Border Color

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

This div border color is #14bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bbdf


Comments

No comments written yet.

Please login to write comment.