Color Hex Logo

#155598 Color Hex

#155598
(21,85,152)
0 Favorites   0 Comments

Color spaces of #155598

RGB 2185152
HSL0.590.760.34
HSV211°86°60°
CMYK 0.860.440.00   0.40
XYZ9.22538.923430.9419
Yxy8.92340.18790.1818
Hunter Lab29.87212.8495-40.5030
CIE-Lab35.83646.3500-42.1168

#155598 color RGB value is (21,85,152).

#155598 hex color red value is 21, green value is 85 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #155598 hue: 0.59 , saturation: 0.76 and the lightness value of 155598 is 0.34.

The process color (four color CMYK) of #155598 color hex is 0.86, 0.44, 0.00, 0.40. Web safe color of #155598 is #006699. Color #155598 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010101 10011000
Octal 25 125 230
Decimal 21 85 152
Hex 15 55 98

RGB Percentages of Color #155598

%8.14
%32.95
%58.91

CMYK Percentages of Color #155598

%86
%44
%0
%40

Triadic Colors of #155598

#155598 #981555 #559815

Analogous Colors of #155598

#155598 #161598 #159798

Monochromatic Colors of #155598

#155598

Complementary Color

#155598 #985815

#155598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#155598 Color CSS Codes

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

#155598 Text Font Color

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

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


#155598 Background Color

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

This div background color is #155598


#155598 Border Color

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

This div border color is #155598


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,85,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #155598; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #155598;
  -webkit-box-shadow: 1px 1px 3px 2px #155598;
  box-shadow:         1px 1px 3px 2px #155598; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155598


Comments

No comments written yet.

Please login to write comment.