Color Hex Logo

#153fad Color Hex

#153FAD
(21,63,173)
0 Favorites   0 Comments

Color spaces of #153fad

RGB 2163173
HSL0.620.780.38
HSV223°88°68°
CMYK 0.880.640.00   0.32
XYZ9.62966.731640.3270
Yxy6.73160.16990.1187
Hunter Lab25.945320.8459-73.9931
CIE-Lab31.187929.6954-62.2705

#153fad color RGB value is (21,63,173).

#153fad hex color red value is 21, green value is 63 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #153fad hue: 0.62 , saturation: 0.78 and the lightness value of 153fad is 0.38.

The process color (four color CMYK) of #153fad color hex is 0.88, 0.64, 0.00, 0.32. Web safe color of #153fad is #003399. Color #153fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00111111 10101101
Octal 25 77 255
Decimal 21 63 173
Hex 15 3F AD

RGB Percentages of Color #153fad

%8.17
%24.51
%67.32

CMYK Percentages of Color #153fad

%88
%64
%0
%32

Triadic Colors of #153fad

#153fad #ad153f #3fad15

Analogous Colors of #153fad

#153fad #3715ad #158bad

Monochromatic Colors of #153fad

#153fad

Complementary Color

#153fad #ad8315

#153fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#153fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#153fad Color CSS Codes

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

#153fad Text Font Color

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

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


#153fad Background Color

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

This div background color is #153fad


#153fad Border Color

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

This div border color is #153fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #153fad


Comments

No comments written yet.

Please login to write comment.