Color Hex Logo

#14acbb Color Hex

#14ACBB
(20,172,187)
0 Favorites   0 Comments

Color spaces of #14acbb

RGB 20172187
HSL0.510.810.41
HSV185°89°73°
CMYK 0.890.080.00   0.27
XYZ24.010733.241652.1645
Yxy33.24160.21940.3038
Hunter Lab57.6555-26.5607-13.2844
CIE-Lab64.3561-30.2859-17.9505

#14acbb color RGB value is (20,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101100 10111011
Octal 24 254 273
Decimal 20 172 187
Hex 14 AC BB

RGB Percentages of Color #14acbb

%5.28
%45.38
%49.34

CMYK Percentages of Color #14acbb

%89
%8
%0
%27

Triadic Colors of #14acbb

#14acbb #bb14ac #acbb14

Analogous Colors of #14acbb

#14acbb #1459bb #14bb77

Monochromatic Colors of #14acbb

#14acbb

Complementary Color

#14acbb #bb2314

#14acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14acbb Color CSS Codes

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

#14acbb Text Font Color

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

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


#14acbb Background Color

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

This div background color is #14acbb


#14acbb Border Color

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

This div border color is #14acbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14acbb


Comments

No comments written yet.

Please login to write comment.