Color Hex Logo

#14aebb Color Hex

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

Color spaces of #14aebb

RGB 20174187
HSL0.510.810.41
HSV185°89°73°
CMYK 0.890.070.00   0.27
XYZ24.394234.008752.2923
Yxy34.00870.22040.3072
Hunter Lab58.3170-27.3875-12.3429
CIE-Lab64.9695-31.2560-17.0206

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

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

The process color (four color CMYK) of #14aebb color hex is 0.89, 0.07, 0.00, 0.27. Web safe color of #14aebb is #0099cc. Color #14aebb contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #14aebb

%5.25
%45.67
%49.08

CMYK Percentages of Color #14aebb

%89
%7
%0
%27

Triadic Colors of #14aebb

#14aebb #bb14ae #aebb14

Analogous Colors of #14aebb

#14aebb #145bbb #14bb75

Monochromatic Colors of #14aebb

#14aebb

Complementary Color

#14aebb #bb2114

#14aebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14aebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#14aebb Color CSS Codes

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

#14aebb Text Font Color

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

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


#14aebb Background Color

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

This div background color is #14aebb


#14aebb Border Color

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

This div border color is #14aebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14aebb


Comments

No comments written yet.

Please login to write comment.