Color Hex Logo

#158adc Color Hex

#158ADC
(21,138,220)
0 Favorites   0 Comments

Color spaces of #158adc

RGB 21138220
HSL0.570.830.47
HSV205°90°86°
CMYK 0.900.370.00   0.14
XYZ22.316023.503771.0706
Yxy23.50370.19090.2011
Hunter Lab48.4806-2.6762-52.9803
CIE-Lab55.5874-0.1085-50.0629

#158adc color RGB value is (21,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 10001010 11011100
Octal 25 212 334
Decimal 21 138 220
Hex 15 8A DC

RGB Percentages of Color #158adc

%5.54
%36.41
%58.05

CMYK Percentages of Color #158adc

%90
%37
%0
%14

Triadic Colors of #158adc

#158adc #dc158a #8adc15

Analogous Colors of #158adc

#158adc #1526dc #15dccb

Monochromatic Colors of #158adc

#158adc

Complementary Color

#158adc #dc6715

#158adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#158adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#158adc Color CSS Codes

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

#158adc Text Font Color

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

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


#158adc Background Color

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

This div background color is #158adc


#158adc Border Color

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

This div border color is #158adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #158adc


Comments

No comments written yet.

Please login to write comment.