Color Hex Logo

#187b80 Color Hex

#187B80
(24,123,128)
0 Favorites   0 Comments

Color spaces of #187b80

RGB 24123128
HSL0.510.680.30
HSV183°81°50°
CMYK 0.810.040.00   0.50
XYZ11.355915.918622.8962
Yxy15.91860.22630.3173
Hunter Lab39.8981-19.0166-6.0959
CIE-Lab46.8675-24.7185-10.5395

#187b80 color RGB value is (24,123,128).

#187b80 hex color red value is 24, green value is 123 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #187b80 hue: 0.51 , saturation: 0.68 and the lightness value of 187b80 is 0.30.

The process color (four color CMYK) of #187b80 color hex is 0.81, 0.04, 0.00, 0.50. Web safe color of #187b80 is #006699. Color #187b80 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01111011 10000000
Octal 30 173 200
Decimal 24 123 128
Hex 18 7B 80

RGB Percentages of Color #187b80

%8.73
%44.73
%46.55

CMYK Percentages of Color #187b80

%81
%4
%0
%50

Triadic Colors of #187b80

#187b80 #80187b #7b8018

Analogous Colors of #187b80

#187b80 #184780 #188051

Monochromatic Colors of #187b80

#187b80

Complementary Color

#187b80 #801d18

#187b80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#187b80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#187b80 Color CSS Codes

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

#187b80 Text Font Color

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

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


#187b80 Background Color

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

This div background color is #187b80


#187b80 Border Color

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

This div border color is #187b80


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,123,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #187b80; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #187b80;
  -webkit-box-shadow: 1px 1px 3px 2px #187b80;
  box-shadow:         1px 1px 3px 2px #187b80; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,123,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #187b80


Comments

No comments written yet.

Please login to write comment.