Color Hex Logo

#159daf Color Hex

#159DAF
(21,157,175)
0 Favorites   0 Comments

Color spaces of #159daf

RGB 21157175
HSL0.520.790.38
HSV187°88°69°
CMYK 0.880.100.00   0.31
XYZ20.104127.368544.7805
Yxy27.36850.21790.2967
Hunter Lab52.3149-22.9553-14.1306
CIE-Lab59.3139-26.7185-18.8811

#159daf color RGB value is (21,157,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011101 10101111
Octal 25 235 257
Decimal 21 157 175
Hex 15 9D AF

RGB Percentages of Color #159daf

%5.95
%44.48
%49.58

CMYK Percentages of Color #159daf

%88
%10
%0
%31

Triadic Colors of #159daf

#159daf #af159d #9daf15

Analogous Colors of #159daf

#159daf #1550af #15af74

Monochromatic Colors of #159daf

#159daf

Complementary Color

#159daf #af2715

#159daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#159daf Color CSS Codes

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

#159daf Text Font Color

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

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


#159daf Background Color

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

This div background color is #159daf


#159daf Border Color

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

This div border color is #159daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159daf


Comments

No comments written yet.

Please login to write comment.