Color Hex Logo

#155066 Color Hex

#155066
(21,80,102)
0 Favorites   0 Comments

Color spaces of #155066

RGB 2180102
HSL0.550.660.24
HSV196°79°40°
CMYK 0.790.220.00   0.60
XYZ5.57626.856113.5998
Yxy6.85610.21420.2634
Hunter Lab26.1842-7.8088-12.4658
CIE-Lab31.4770-10.3586-18.1171

#155066 color RGB value is (21,80,102).

#155066 hex color red value is 21, green value is 80 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #155066 hue: 0.55 , saturation: 0.66 and the lightness value of 155066 is 0.24.

The process color (four color CMYK) of #155066 color hex is 0.79, 0.22, 0.00, 0.60. Web safe color of #155066 is #006666. Color #155066 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01010000 01100110
Octal 25 120 146
Decimal 21 80 102
Hex 15 50 66

RGB Percentages of Color #155066

%10.34
%39.41
%50.25

CMYK Percentages of Color #155066

%79
%22
%0
%60

Triadic Colors of #155066

#155066 #661550 #506615

Analogous Colors of #155066

#155066 #152866 #156654

Monochromatic Colors of #155066

#155066

Complementary Color

#155066 #662b15

#155066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#155066 Color CSS Codes

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

#155066 Text Font Color

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

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


#155066 Background Color

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

This div background color is #155066


#155066 Border Color

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

This div border color is #155066


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155066


Comments

No comments written yet.

Please login to write comment.