Color Hex Logo

#14acca Color Hex

#14ACCA
(20,172,202)
0 Favorites   0 Comments

Color spaces of #14acca

RGB 20172202
HSL0.530.820.44
HSV190°90°79°
CMYK 0.900.150.00   0.21
XYZ25.701733.918061.0693
Yxy33.91800.21300.2810
Hunter Lab58.2392-23.1442-21.4038
CIE-Lab64.8974-25.3670-25.4585

#14acca color RGB value is (20,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10101100 11001010
Octal 24 254 312
Decimal 20 172 202
Hex 14 AC CA

RGB Percentages of Color #14acca

%5.08
%43.65
%51.27

CMYK Percentages of Color #14acca

%90
%15
%0
%21

Triadic Colors of #14acca

#14acca #ca14ac #acca14

Analogous Colors of #14acca

#14acca #1451ca #14ca8d

Monochromatic Colors of #14acca

#14acca

Complementary Color

#14acca #ca3214

#14acca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14acca Color Preview on White Background

Lorem ipsum dolor sit amet.

#14acca Color CSS Codes

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

#14acca Text Font Color

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

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


#14acca Background Color

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

This div background color is #14acca


#14acca Border Color

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

This div border color is #14acca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,172,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 #14acca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14acca


Comments

No comments written yet.

Please login to write comment.