Color Hex Logo

#155f6e Color Hex

#155F6E
(21,95,110)
0 Favorites   0 Comments

Color spaces of #155f6e

RGB 2195110
HSL0.530.680.26
HSV190°81°43°
CMYK 0.810.140.00   0.57
XYZ7.21599.469616.1994
Yxy9.46960.21940.2880
Hunter Lab30.7727-11.9958-9.6706
CIE-Lab36.8732-16.1853-14.8159

#155f6e color RGB value is (21,95,110).

#155f6e hex color red value is 21, green value is 95 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #155f6e hue: 0.53 , saturation: 0.68 and the lightness value of 155f6e is 0.26.

The process color (four color CMYK) of #155f6e color hex is 0.81, 0.14, 0.00, 0.57. Web safe color of #155f6e is #006666. Color #155f6e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011111 01101110
Octal 25 137 156
Decimal 21 95 110
Hex 15 5F 6E

RGB Percentages of Color #155f6e

%9.29
%42.04
%48.67

CMYK Percentages of Color #155f6e

%81
%14
%0
%57

Triadic Colors of #155f6e

#155f6e #6e155f #5f6e15

Analogous Colors of #155f6e

#155f6e #15336e #156e51

Monochromatic Colors of #155f6e

#155f6e

Complementary Color

#155f6e #6e2415

#155f6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155f6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#155f6e Color CSS Codes

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

#155f6e Text Font Color

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

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


#155f6e Background Color

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

This div background color is #155f6e


#155f6e Border Color

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

This div border color is #155f6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155f6e


Comments

No comments written yet.

Please login to write comment.