Color Hex Logo

#153adc Color Hex

#153ADC
(21,58,220)
0 Favorites   0 Comments

Color spaces of #153adc

RGB 2158220
HSL0.640.830.47
HSV229°90°86°
CMYK 0.900.740.00   0.14
XYZ14.74068.352868.5455
Yxy8.35280.16090.0911
Hunter Lab28.901240.4639-120.3883
CIE-Lab34.707150.0697-83.9840

#153adc color RGB value is (21,58,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111010 11011100
Octal 25 72 334
Decimal 21 58 220
Hex 15 3A DC

RGB Percentages of Color #153adc

%7.02
%19.40
%73.58

CMYK Percentages of Color #153adc

%90
%74
%0
%14

Triadic Colors of #153adc

#153adc #dc153a #3adc15

Analogous Colors of #153adc

#153adc #5415dc #159edc

Monochromatic Colors of #153adc

#153adc

Complementary Color

#153adc #dcb715

#153adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#153adc Color CSS Codes

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

#153adc Text Font Color

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

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


#153adc Background Color

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

This div background color is #153adc


#153adc Border Color

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

This div border color is #153adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153adc


Comments

No comments written yet.

Please login to write comment.