Color Hex Logo

#14bddd Color Hex

#14BDDD
(20,189,221)
0 Favorites   0 Comments

Color spaces of #14bddd

RGB 20189221
HSL0.530.830.47
HSV190°91°87°
CMYK 0.910.140.00   0.13
XYZ31.537241.764474.8058
Yxy41.76440.21290.2820
Hunter Lab64.6254-25.9864-23.3922
CIE-Lab70.7082-27.5917-26.9803

#14bddd color RGB value is (20,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111101 11011101
Octal 24 275 335
Decimal 20 189 221
Hex 14 BD DD

RGB Percentages of Color #14bddd

%4.65
%43.95
%51.40

CMYK Percentages of Color #14bddd

%91
%14
%0
%13

Triadic Colors of #14bddd

#14bddd #dd14bd #bddd14

Analogous Colors of #14bddd

#14bddd #1458dd #14dd99

Monochromatic Colors of #14bddd

#14bddd

Complementary Color

#14bddd #dd3414

#14bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bddd Color CSS Codes

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

#14bddd Text Font Color

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

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


#14bddd Background Color

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

This div background color is #14bddd


#14bddd Border Color

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

This div border color is #14bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bddd


Comments

No comments written yet.

Please login to write comment.