Color Hex Logo

#14daca Color Hex

#14DACA
(20,218,202)
0 Favorites   0 Comments

Color spaces of #14daca

RGB 20218202
HSL0.490.830.47
HSV175°91°85°
CMYK 0.910.000.07   0.15
XYZ36.020654.555864.5090
Yxy54.55580.23230.3518
Hunter Lab73.8619-42.2083-0.0790
CIE-Lab78.7847-46.7223-4.5552

#14daca color RGB value is (20,218,202).

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

The process color (four color CMYK) of #14daca color hex is 0.91, 0.00, 0.07, 0.15. Web safe color of #14daca is #00cccc. Color #14daca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11011010 11001010
Octal 24 332 312
Decimal 20 218 202
Hex 14 DA CA

RGB Percentages of Color #14daca

%4.55
%49.55
%45.91

CMYK Percentages of Color #14daca

%91
%0
%7
%15

Triadic Colors of #14daca

#14daca #ca14da #daca14

Analogous Colors of #14daca

#14daca #1487da #14da67

Monochromatic Colors of #14daca

#14daca

Complementary Color

#14daca #da1424

#14daca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14daca Color Preview on White Background

Lorem ipsum dolor sit amet.

#14daca Color CSS Codes

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

#14daca Text Font Color

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

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


#14daca Background Color

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

This div background color is #14daca


#14daca Border Color

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

This div border color is #14daca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14daca


Comments

No comments written yet.

Please login to write comment.