Color Hex Logo

#158bdd Color Hex

#158BDD
(21,139,221)
0 Favorites   0 Comments

Color spaces of #158bdd

RGB 21139221
HSL0.570.830.47
HSV205°90°87°
CMYK 0.900.370.00   0.13
XYZ22.593023.845171.8184
Yxy23.84510.19110.2016
Hunter Lab48.8314-2.8679-53.0182
CIE-Lab55.9324-0.3243-50.0746

#158bdd color RGB value is (21,139,221).

#158bdd hex color red value is 21, green value is 139 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #158bdd hue: 0.57 , saturation: 0.83 and the lightness value of 158bdd is 0.47.

The process color (four color CMYK) of #158bdd color hex is 0.90, 0.37, 0.00, 0.13. Web safe color of #158bdd is #0099cc. Color #158bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10001011 11011101
Octal 25 213 335
Decimal 21 139 221
Hex 15 8B DD

RGB Percentages of Color #158bdd

%5.51
%36.48
%58.01

CMYK Percentages of Color #158bdd

%90
%37
%0
%13

Triadic Colors of #158bdd

#158bdd #dd158b #8bdd15

Analogous Colors of #158bdd

#158bdd #1527dd #15ddcb

Monochromatic Colors of #158bdd

#158bdd

Complementary Color

#158bdd #dd6715

#158bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#158bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#158bdd Color CSS Codes

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

#158bdd Text Font Color

<p style="color:#158bdd">Text here</p>

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


#158bdd Background Color

<div style="background-color:#158bdd">
Div content here</div>

This div background color is #158bdd


#158bdd Border Color

<div style="border:3px solid #158bdd">
Div here</div>

This div border color is #158bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #158bdd


Comments

No comments written yet.

Please login to write comment.