Color Hex Logo

#158edb Color Hex

#158EDB
(21,142,219)
0 Favorites   0 Comments

Color spaces of #158edb

RGB 21142219
HSL0.560.830.47
HSV203°90°86°
CMYK 0.900.350.00   0.14
XYZ22.768424.619970.5699
Yxy24.61990.19300.2087
Hunter Lab49.6184-4.9240-49.5924
CIE-Lab56.7032-2.8474-47.7308

#158edb color RGB value is (21,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10001110 11011011
Octal 25 216 333
Decimal 21 142 219
Hex 15 8E DB

RGB Percentages of Color #158edb

%5.50
%37.17
%57.33

CMYK Percentages of Color #158edb

%90
%35
%0
%14

Triadic Colors of #158edb

#158edb #db158e #8edb15

Analogous Colors of #158edb

#158edb #152bdb #15dbc5

Monochromatic Colors of #158edb

#158edb

Complementary Color

#158edb #db6215

#158edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#158edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#158edb Color CSS Codes

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

#158edb Text Font Color

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

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


#158edb Background Color

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

This div background color is #158edb


#158edb Border Color

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

This div border color is #158edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #158edb


Comments

No comments written yet.

Please login to write comment.