Color Hex Logo

#14afcd Color Hex

#14AFCD
(20,175,205)
0 Favorites   0 Comments

Color spaces of #14afcd

RGB 20175205
HSL0.530.820.44
HSV190°90°80°
CMYK 0.900.150.00   0.20
XYZ26.637935.216463.1511
Yxy35.21640.21310.2817
Hunter Lab59.3434-23.7264-21.5539
CIE-Lab65.9168-25.8817-25.5542

#14afcd color RGB value is (20,175,205).

#14afcd hex color red value is 20, green value is 175 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #14afcd hue: 0.53 , saturation: 0.82 and the lightness value of 14afcd is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101111 11001101
Octal 24 257 315
Decimal 20 175 205
Hex 14 AF CD

RGB Percentages of Color #14afcd

%5.00
%43.75
%51.25

CMYK Percentages of Color #14afcd

%90
%15
%0
%20

Triadic Colors of #14afcd

#14afcd #cd14af #afcd14

Analogous Colors of #14afcd

#14afcd #1453cd #14cd8f

Monochromatic Colors of #14afcd

#14afcd

Complementary Color

#14afcd #cd3214

#14afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14afcd Color CSS Codes

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

#14afcd Text Font Color

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

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


#14afcd Background Color

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

This div background color is #14afcd


#14afcd Border Color

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

This div border color is #14afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14afcd


Comments

No comments written yet.

Please login to write comment.