Color Hex Logo

#14bcaf Color Hex

#14BCAF
(20,188,175)
0 Favorites   0 Comments

Color spaces of #14bcaf

RGB 20188175
HSL0.490.810.41
HSV175°89°74°
CMYK 0.890.000.07   0.26
XYZ26.009639.210346.7549
Yxy39.21030.23230.3502
Hunter Lab62.6181-35.4384-0.4372
CIE-Lab68.9033-41.3477-4.5021

#14bcaf color RGB value is (20,188,175).

#14bcaf hex color red value is 20, green value is 188 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #14bcaf hue: 0.49 , saturation: 0.81 and the lightness value of 14bcaf is 0.41.

The process color (four color CMYK) of #14bcaf color hex is 0.89, 0.00, 0.07, 0.26. Web safe color of #14bcaf is #00cc99. Color #14bcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111100 10101111
Octal 24 274 257
Decimal 20 188 175
Hex 14 BC AF

RGB Percentages of Color #14bcaf

%5.22
%49.09
%45.69

CMYK Percentages of Color #14bcaf

%89
%0
%7
%26

Triadic Colors of #14bcaf

#14bcaf #af14bc #bcaf14

Analogous Colors of #14bcaf

#14bcaf #1475bc #14bc5b

Monochromatic Colors of #14bcaf

#14bcaf

Complementary Color

#14bcaf #bc1421

#14bcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bcaf Color CSS Codes

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

#14bcaf Text Font Color

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

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


#14bcaf Background Color

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

This div background color is #14bcaf


#14bcaf Border Color

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

This div border color is #14bcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bcaf


Comments

No comments written yet.

Please login to write comment.