color codes Logo

#159edc color codes

#159EDC
(21,158,220)
0 Favorites   0 Comments

Color spaces of #159edc

RGB 21158220
HSL0.550.830.47
HSV199°90°86°
CMYK 0.900.280.00   0.14
XYZ25.454429.780572.1168
Yxy29.78050.19990.2338
Hunter Lab54.5715-12.2404-40.1523
CIE-Lab61.4644-11.6096-40.7774

#159edc color RGB value is (21,158,220).

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

The process color (four color CMYK) of #159edc color code is 0.90, 0.28, 0.00, 0.14. Web safe color of #159edc is #0099cc. Color #159edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 10011110 11011100
Octal 25 236 334
Decimal 21 158 220
Hex 15 9E DC

RGB Percentages of Color #159edc

%5.26
%39.60
%55.14

CMYK Percentages of Color #159edc

%90
%28
%0
%14

Triadic Colors of #159edc

#159edc #dc159e #9edc15

Analogous Colors of #159edc

#159edc #153adc #15dcb7

Monochromatic Colors of #159edc

#159edc

Complementary Color

#159edc #dc5315

#159edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#159edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#159edc Color CSS Codes

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

#159edc Text Font Color

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

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


#159edc Background Color

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

This div background color is #159edc


#159edc Border Color

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

This div border color is #159edc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,158,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 #159edc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #159edc


Comments

No comments written yet.

Please login to write comment.