Color Hex Logo

#14bbae Color Hex

#14BBAE
(20,187,174)
0 Favorites   0 Comments

Color spaces of #14bbae

RGB 20187174
HSL0.490.810.41
HSV175°89°73°
CMYK 0.890.000.07   0.27
XYZ25.698838.745446.1685
Yxy38.74540.23230.3503
Hunter Lab62.2458-35.2347-0.4041
CIE-Lab68.5664-41.1938-4.4495

#14bbae color RGB value is (20,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 10111011 10101110
Octal 24 273 256
Decimal 20 187 174
Hex 14 BB AE

RGB Percentages of Color #14bbae

%5.25
%49.08
%45.67

CMYK Percentages of Color #14bbae

%89
%0
%7
%27

Triadic Colors of #14bbae

#14bbae #ae14bb #bbae14

Analogous Colors of #14bbae

#14bbae #1475bb #14bb5b

Monochromatic Colors of #14bbae

#14bbae

Complementary Color

#14bbae #bb1421

#14bbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14bbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#14bbae Color CSS Codes

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

#14bbae Text Font Color

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

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


#14bbae Background Color

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

This div background color is #14bbae


#14bbae Border Color

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

This div border color is #14bbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14bbae


Comments

No comments written yet.

Please login to write comment.