Color Hex Logo

#155daf Color Hex

#155DAF
(21,93,175)
0 Favorites   0 Comments

Color spaces of #155daf

RGB 2193175
HSL0.590.790.38
HSV212°88°69°
CMYK 0.880.470.00   0.31
XYZ11.961511.083342.0663
Yxy11.08330.18370.1702
Hunter Lab33.29165.8739-51.6130
CIE-Lab39.720410.3900-49.5952

#155daf color RGB value is (21,93,175).

#155daf hex color red value is 21, green value is 93 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #155daf hue: 0.59 , saturation: 0.79 and the lightness value of 155daf is 0.38.

The process color (four color CMYK) of #155daf color hex is 0.88, 0.47, 0.00, 0.31. Web safe color of #155daf is #006699. Color #155daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011101 10101111
Octal 25 135 257
Decimal 21 93 175
Hex 15 5D AF

RGB Percentages of Color #155daf

%7.27
%32.18
%60.55

CMYK Percentages of Color #155daf

%88
%47
%0
%31

Triadic Colors of #155daf

#155daf #af155d #5daf15

Analogous Colors of #155daf

#155daf #1a15af #15aaaf

Monochromatic Colors of #155daf

#155daf

Complementary Color

#155daf #af6715

#155daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#155daf Color CSS Codes

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

#155daf Text Font Color

<p style="color:#155daf">Text here</p>

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


#155daf Background Color

<div style="background-color:#155daf">
Div content here</div>

This div background color is #155daf


#155daf Border Color

<div style="border:3px solid #155daf">
Div here</div>

This div border color is #155daf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,93,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #155daf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #155daf;
  -webkit-box-shadow: 1px 1px 3px 2px #155daf;
  box-shadow:         1px 1px 3px 2px #155daf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155daf


Comments

No comments written yet.

Please login to write comment.