Color Hex Logo

#14bcdd Color Hex

#14BCDD
(20,188,221)
0 Favorites   0 Comments

Color spaces of #14bcdd

RGB 20188221
HSL0.530.830.47
HSV190°91°87°
CMYK 0.910.150.00   0.13
XYZ31.322941.335674.7343
Yxy41.33560.21250.2804
Hunter Lab64.2928-25.5486-23.9141
CIE-Lab70.4104-27.0940-27.4374

#14bcdd color RGB value is (20,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111100 11011101
Octal 24 274 335
Decimal 20 188 221
Hex 14 BC DD

RGB Percentages of Color #14bcdd

%4.66
%43.82
%51.52

CMYK Percentages of Color #14bcdd

%91
%15
%0
%13

Triadic Colors of #14bcdd

#14bcdd #dd14bc #bcdd14

Analogous Colors of #14bcdd

#14bcdd #1458dd #14dd9a

Monochromatic Colors of #14bcdd

#14bcdd

Complementary Color

#14bcdd #dd3514

#14bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bcdd Color CSS Codes

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

#14bcdd Text Font Color

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

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


#14bcdd Background Color

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

This div background color is #14bcdd


#14bcdd Border Color

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

This div border color is #14bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bcdd


Comments

No comments written yet.

Please login to write comment.