Color Hex Logo

#14bcae Color Hex

#14BCAE
(20,188,174)
0 Favorites   0 Comments

Color spaces of #14bcae

RGB 20188174
HSL0.490.810.41
HSV175°89°74°
CMYK 0.890.000.07   0.26
XYZ25.911739.171246.2395
Yxy39.17120.23280.3519
Hunter Lab62.5869-35.62600.0071
CIE-Lab68.8751-41.6338-3.9943

#14bcae color RGB value is (20,188,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111100 10101110
Octal 24 274 256
Decimal 20 188 174
Hex 14 BC AE

RGB Percentages of Color #14bcae

%5.24
%49.21
%45.55

CMYK Percentages of Color #14bcae

%89
%0
%7
%26

Triadic Colors of #14bcae

#14bcae #ae14bc #bcae14

Analogous Colors of #14bcae

#14bcae #1476bc #14bc5a

Monochromatic Colors of #14bcae

#14bcae

Complementary Color

#14bcae #bc1422

#14bcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bcae Color CSS Codes

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

#14bcae Text Font Color

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

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


#14bcae Background Color

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

This div background color is #14bcae


#14bcae Border Color

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

This div border color is #14bcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bcae


Comments

No comments written yet.

Please login to write comment.