Color Hex Logo

#14aaca Color Hex

#14AACA
(20,170,202)
0 Favorites   0 Comments

Color spaces of #14aaca

RGB 20170202
HSL0.530.820.44
HSV191°90°79°
CMYK 0.900.160.00   0.21
XYZ25.323933.162460.9434
Yxy33.16240.21200.2777
Hunter Lab57.5868-22.2812-22.4351
CIE-Lab64.2922-24.3502-26.3886

#14aaca color RGB value is (20,170,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101010 11001010
Octal 24 252 312
Decimal 20 170 202
Hex 14 AA CA

RGB Percentages of Color #14aaca

%5.10
%43.37
%51.53

CMYK Percentages of Color #14aaca

%90
%16
%0
%21

Triadic Colors of #14aaca

#14aaca #ca14aa #aaca14

Analogous Colors of #14aaca

#14aaca #144fca #14ca8f

Monochromatic Colors of #14aaca

#14aaca

Complementary Color

#14aaca #ca3414

#14aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#14aaca Color CSS Codes

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

#14aaca Text Font Color

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

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


#14aaca Background Color

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

This div background color is #14aaca


#14aaca Border Color

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

This div border color is #14aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14aaca


Comments

No comments written yet.

Please login to write comment.