Color Hex Logo

#157dad Color Hex

#157DAD
(21,125,173)
0 Favorites   0 Comments

Color spaces of #157dad

RGB 21125173
HSL0.550.780.38
HSV199°88°68°
CMYK 0.880.280.00   0.32
XYZ15.185717.843842.1790
Yxy17.84380.20190.2373
Hunter Lab42.2419-9.7538-29.6323
CIE-Lab49.3061-10.1799-33.1981

#157dad color RGB value is (21,125,173).

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

The process color (four color CMYK) of #157dad color hex is 0.88, 0.28, 0.00, 0.32. Web safe color of #157dad is #006699. Color #157dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111101 10101101
Octal 25 175 255
Decimal 21 125 173
Hex 15 7D AD

RGB Percentages of Color #157dad

%6.58
%39.18
%54.23

CMYK Percentages of Color #157dad

%88
%28
%0
%32

Triadic Colors of #157dad

#157dad #ad157d #7dad15

Analogous Colors of #157dad

#157dad #1531ad #15ad91

Monochromatic Colors of #157dad

#157dad

Complementary Color

#157dad #ad4515

#157dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#157dad Color CSS Codes

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

#157dad Text Font Color

<p style="color:#157dad">Text here</p>

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


#157dad Background Color

<div style="background-color:#157dad">
Div content here</div>

This div background color is #157dad


#157dad Border Color

<div style="border:3px solid #157dad">
Div here</div>

This div border color is #157dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157dad


Comments

No comments written yet.

Please login to write comment.