Color Hex Logo

#159deb Color Hex

#159DEB
(21,157,235)
0 Favorites   0 Comments

Color spaces of #159deb

RGB 21157235
HSL0.560.840.50
HSV202°91°92°
CMYK 0.910.330.00   0.08
XYZ27.361630.271582.9981
Yxy30.27150.19460.2153
Hunter Lab55.0195-7.5149-50.9265
CIE-Lab61.8878-5.5784-48.4083

#159deb color RGB value is (21,157,235).

#159deb hex color red value is 21, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #159deb hue: 0.56 , saturation: 0.84 and the lightness value of 159deb is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011101 11101011
Octal 25 235 353
Decimal 21 157 235
Hex 15 9D EB

RGB Percentages of Color #159deb

%5.08
%38.01
%56.90

CMYK Percentages of Color #159deb

%91
%33
%0
%8

Triadic Colors of #159deb

#159deb #eb159d #9deb15

Analogous Colors of #159deb

#159deb #1532eb #15ebce

Monochromatic Colors of #159deb

#159deb

Complementary Color

#159deb #eb6315

#159deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#159deb Color CSS Codes

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

#159deb Text Font Color

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

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


#159deb Background Color

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

This div background color is #159deb


#159deb Border Color

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

This div border color is #159deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159deb


Comments

No comments written yet.

Please login to write comment.