Color Hex Logo

#159eaf Color Hex

#159EAF
(21,158,175)
0 Favorites   0 Comments

Color spaces of #159eaf

RGB 21158175
HSL0.520.790.38
HSV187°88°69°
CMYK 0.880.100.00   0.31
XYZ20.274027.708344.8371
Yxy27.70830.21840.2985
Hunter Lab52.6387-23.3677-13.6556
CIE-Lab59.6243-27.2197-18.4086

#159eaf color RGB value is (21,158,175).

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

The process color (four color CMYK) of #159eaf color hex is 0.88, 0.10, 0.00, 0.31. Web safe color of #159eaf is #009999. Color #159eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011110 10101111
Octal 25 236 257
Decimal 21 158 175
Hex 15 9E AF

RGB Percentages of Color #159eaf

%5.93
%44.63
%49.44

CMYK Percentages of Color #159eaf

%88
%10
%0
%31

Triadic Colors of #159eaf

#159eaf #af159e #9eaf15

Analogous Colors of #159eaf

#159eaf #1551af #15af73

Monochromatic Colors of #159eaf

#159eaf

Complementary Color

#159eaf #af2615

#159eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#159eaf Color CSS Codes

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

#159eaf Text Font Color

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

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


#159eaf Background Color

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

This div background color is #159eaf


#159eaf Border Color

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

This div border color is #159eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159eaf


Comments

No comments written yet.

Please login to write comment.