Color Hex Logo

#157ddc Color Hex

#157DDC
(21,125,220)
0 Favorites   0 Comments

Color spaces of #157ddc

RGB 21125220
HSL0.580.830.47
HSV209°90°86°
CMYK 0.900.430.00   0.14
XYZ20.561119.994070.4857
Yxy19.99400.18520.1801
Hunter Lab44.71473.8289-62.1612
CIE-Lab51.83047.7781-56.0633

#157ddc color RGB value is (21,125,220).

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

The process color (four color CMYK) of #157ddc color hex is 0.90, 0.43, 0.00, 0.14. Web safe color of #157ddc is #0066cc. Color #157ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01111101 11011100
Octal 25 175 334
Decimal 21 125 220
Hex 15 7D DC

RGB Percentages of Color #157ddc

%5.74
%34.15
%60.11

CMYK Percentages of Color #157ddc

%90
%43
%0
%14

Triadic Colors of #157ddc

#157ddc #dc157d #7ddc15

Analogous Colors of #157ddc

#157ddc #151adc #15dcd8

Monochromatic Colors of #157ddc

#157ddc

Complementary Color

#157ddc #dc7415

#157ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#157ddc Color CSS Codes

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

#157ddc Text Font Color

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

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


#157ddc Background Color

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

This div background color is #157ddc


#157ddc Border Color

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

This div border color is #157ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157ddc


Comments

No comments written yet.

Please login to write comment.