Color Hex Logo

#14caad Color Hex

#14CAAD
(20,202,173)
0 Favorites   0 Comments

Color spaces of #14caad

RGB 20202173
HSL0.470.820.44
HSV170°90°79°
CMYK 0.900.000.14   0.21
XYZ28.951845.406946.7737
Yxy45.40690.23900.3749
Hunter Lab67.3846-41.23066.0143
CIE-Lab73.1590-47.88572.8150

#14caad color RGB value is (20,202,173).

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

The process color (four color CMYK) of #14caad color hex is 0.90, 0.00, 0.14, 0.21. Web safe color of #14caad is #00cc99. Color #14caad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11001010 10101101
Octal 24 312 255
Decimal 20 202 173
Hex 14 CA AD

RGB Percentages of Color #14caad

%5.06
%51.14
%43.80

CMYK Percentages of Color #14caad

%90
%0
%14
%21

Triadic Colors of #14caad

#14caad #ad14ca #caad14

Analogous Colors of #14caad

#14caad #148cca #14ca52

Monochromatic Colors of #14caad

#14caad

Complementary Color

#14caad #ca1431

#14caad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14caad Color Preview on White Background

Lorem ipsum dolor sit amet.

#14caad Color CSS Codes

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

#14caad Text Font Color

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

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


#14caad Background Color

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

This div background color is #14caad


#14caad Border Color

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

This div border color is #14caad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14caad


Comments

No comments written yet.

Please login to write comment.