Color Hex Logo

#14bddf Color Hex

#14BDDF
(20,189,223)
0 Favorites   0 Comments

Color spaces of #14bddf

RGB 20189223
HSL0.530.840.48
HSV190°91°87°
CMYK 0.910.150.00   0.13
XYZ31.805441.871676.2178
Yxy41.87160.21220.2793
Hunter Lab64.7083-25.5032-24.5400
CIE-Lab70.7823-26.9327-27.9559

#14bddf color RGB value is (20,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111101 11011111
Octal 24 275 337
Decimal 20 189 223
Hex 14 BD DF

RGB Percentages of Color #14bddf

%4.63
%43.75
%51.62

CMYK Percentages of Color #14bddf

%91
%15
%0
%13

Triadic Colors of #14bddf

#14bddf #df14bd #bddf14

Analogous Colors of #14bddf

#14bddf #1457df #14df9c

Monochromatic Colors of #14bddf

#14bddf

Complementary Color

#14bddf #df3614

#14bddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bddf Color CSS Codes

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

#14bddf Text Font Color

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

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


#14bddf Background Color

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

This div background color is #14bddf


#14bddf Border Color

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

This div border color is #14bddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bddf


Comments

No comments written yet.

Please login to write comment.