Color Hex Logo

#14acd7 Color Hex

#14ACD7
(20,172,215)
0 Favorites   0 Comments

Color spaces of #14acd7

RGB 20172215
HSL0.540.830.46
HSV193°91°84°
CMYK 0.910.200.00   0.16
XYZ27.306834.560169.5215
Yxy34.56010.20780.2630
Hunter Lab58.7878-19.9659-28.9639
CIE-Lab65.4047-20.9583-31.8668

#14acd7 color RGB value is (20,172,215).

#14acd7 hex color red value is 20, green value is 172 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #14acd7 hue: 0.54 , saturation: 0.83 and the lightness value of 14acd7 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101100 11010111
Octal 24 254 327
Decimal 20 172 215
Hex 14 AC D7

RGB Percentages of Color #14acd7

%4.91
%42.26
%52.83

CMYK Percentages of Color #14acd7

%91
%20
%0
%16

Triadic Colors of #14acd7

#14acd7 #d714ac #acd714

Analogous Colors of #14acd7

#14acd7 #144bd7 #14d7a1

Monochromatic Colors of #14acd7

#14acd7

Complementary Color

#14acd7 #d73f14

#14acd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14acd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14acd7 Color CSS Codes

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

#14acd7 Text Font Color

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

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


#14acd7 Background Color

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

This div background color is #14acd7


#14acd7 Border Color

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

This div border color is #14acd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14acd7


Comments

No comments written yet.

Please login to write comment.