Color Hex Logo

#159fae Color Hex

#159FAE
(21,159,174)
0 Favorites   0 Comments

Color spaces of #159fae

RGB 21159174
HSL0.520.780.38
HSV186°88°68°
CMYK 0.880.090.00   0.32
XYZ20.347428.011744.3788
Yxy28.01170.21940.3021
Hunter Lab52.9261-23.9964-12.6667
CIE-Lab59.8993-28.0450-17.4257

#159fae color RGB value is (21,159,174).

#159fae hex color red value is 21, green value is 159 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #159fae hue: 0.52 , saturation: 0.78 and the lightness value of 159fae is 0.38.

The process color (four color CMYK) of #159fae color hex is 0.88, 0.09, 0.00, 0.32. Web safe color of #159fae is #009999. Color #159fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011111 10101110
Octal 25 237 256
Decimal 21 159 174
Hex 15 9F AE

RGB Percentages of Color #159fae

%5.93
%44.92
%49.15

CMYK Percentages of Color #159fae

%88
%9
%0
%32

Triadic Colors of #159fae

#159fae #ae159f #9fae15

Analogous Colors of #159fae

#159fae #1552ae #15ae71

Monochromatic Colors of #159fae

#159fae

Complementary Color

#159fae #ae2415

#159fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#159fae Color CSS Codes

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

#159fae Text Font Color

<p style="color:#159fae">Text here</p>

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


#159fae Background Color

<div style="background-color:#159fae">
Div content here</div>

This div background color is #159fae


#159fae Border Color

<div style="border:3px solid #159fae">
Div here</div>

This div border color is #159fae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,159,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #159fae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #159fae;
  -webkit-box-shadow: 1px 1px 3px 2px #159fae;
  box-shadow:         1px 1px 3px 2px #159fae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,159,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 #159fae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159fae


Comments

No comments written yet.

Please login to write comment.