Color Hex Logo

#14acba Color Hex

#14ACBA
(20,172,186)
0 Favorites   0 Comments

Color spaces of #14acba

RGB 20172186
HSL0.510.810.40
HSV185°89°73°
CMYK 0.890.080.00   0.27
XYZ23.903933.198951.6025
Yxy33.19890.21990.3054
Hunter Lab57.6185-26.7789-12.7665
CIE-Lab64.3216-30.6068-17.4458

#14acba color RGB value is (20,172,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101100 10111010
Octal 24 254 272
Decimal 20 172 186
Hex 14 AC BA

RGB Percentages of Color #14acba

%5.29
%45.50
%49.21

CMYK Percentages of Color #14acba

%89
%8
%0
%27

Triadic Colors of #14acba

#14acba #ba14ac #acba14

Analogous Colors of #14acba

#14acba #1459ba #14ba75

Monochromatic Colors of #14acba

#14acba

Complementary Color

#14acba #ba2214

#14acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#14acba Color CSS Codes

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

#14acba Text Font Color

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

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


#14acba Background Color

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

This div background color is #14acba


#14acba Border Color

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

This div border color is #14acba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14acba


Comments

No comments written yet.

Please login to write comment.