Color Hex Logo

#14acbd Color Hex

#14ACBD
(20,172,189)
0 Favorites   0 Comments

Color spaces of #14acbd

RGB 20172189
HSL0.520.810.41
HSV186°89°74°
CMYK 0.890.090.00   0.26
XYZ24.226333.327953.3002
Yxy33.32790.21850.3006
Hunter Lab57.7303-26.1212-14.3290
CIE-Lab64.4255-29.6421-18.9583

#14acbd color RGB value is (20,172,189).

#14acbd hex color red value is 20, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #14acbd hue: 0.52 , saturation: 0.81 and the lightness value of 14acbd is 0.41.

The process color (four color CMYK) of #14acbd color hex is 0.89, 0.09, 0.00, 0.26. Web safe color of #14acbd is #0099cc. Color #14acbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101100 10111101
Octal 24 254 275
Decimal 20 172 189
Hex 14 AC BD

RGB Percentages of Color #14acbd

%5.25
%45.14
%49.61

CMYK Percentages of Color #14acbd

%89
%9
%0
%26

Triadic Colors of #14acbd

#14acbd #bd14ac #acbd14

Analogous Colors of #14acbd

#14acbd #1458bd #14bd7a

Monochromatic Colors of #14acbd

#14acbd

Complementary Color

#14acbd #bd2514

#14acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#14acbd Color CSS Codes

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

#14acbd Text Font Color

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

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


#14acbd Background Color

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

This div background color is #14acbd


#14acbd Border Color

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

This div border color is #14acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14acbd


Comments

No comments written yet.

Please login to write comment.