Color Hex Logo

#159aef Color Hex

#159AEF
(21,154,239)
0 Favorites   0 Comments

Color spaces of #159aef

RGB 21154239
HSL0.560.870.51
HSV203°91°94°
CMYK 0.910.360.00   0.06
XYZ27.444829.502685.9094
Yxy29.50260.19210.2065
Hunter Lab54.3163-4.8615-55.7547
CIE-Lab61.2227-2.3773-51.6667

#159aef color RGB value is (21,154,239).

#159aef hex color red value is 21, green value is 154 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #159aef hue: 0.56 , saturation: 0.87 and the lightness value of 159aef is 0.51.

The process color (four color CMYK) of #159aef color hex is 0.91, 0.36, 0.00, 0.06. Web safe color of #159aef is #0099ff. Color #159aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011010 11101111
Octal 25 232 357
Decimal 21 154 239
Hex 15 9A EF

RGB Percentages of Color #159aef

%5.07
%37.20
%57.73

CMYK Percentages of Color #159aef

%91
%36
%0
%6

Triadic Colors of #159aef

#159aef #ef159a #9aef15

Analogous Colors of #159aef

#159aef #152def #15efd7

Monochromatic Colors of #159aef

#159aef

Complementary Color

#159aef #ef6a15

#159aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#159aef Color CSS Codes

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

#159aef Text Font Color

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

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


#159aef Background Color

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

This div background color is #159aef


#159aef Border Color

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

This div border color is #159aef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,154,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159aef


Comments

No comments written yet.

Please login to write comment.