Color Hex Logo

#188688 Color Hex

#188688
(24,134,136)
0 Favorites   0 Comments

Color spaces of #188688

RGB 24134136
HSL0.500.700.31
HSV181°82°53°
CMYK 0.820.010.00   0.47
XYZ13.345719.022026.2608
Yxy19.02200.22760.3244
Hunter Lab43.6142-21.7049-5.1695
CIE-Lab50.7129-27.6769-9.4710

#188688 color RGB value is (24,134,136).

#188688 hex color red value is 24, green value is 134 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #188688 hue: 0.50 , saturation: 0.70 and the lightness value of 188688 is 0.31.

The process color (four color CMYK) of #188688 color hex is 0.82, 0.01, 0.00, 0.47. Web safe color of #188688 is #009999. Color #188688 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10000110 10001000
Octal 30 206 210
Decimal 24 134 136
Hex 18 86 88

RGB Percentages of Color #188688

%8.16
%45.58
%46.26

CMYK Percentages of Color #188688

%82
%1
%0
%47

Triadic Colors of #188688

#188688 #881886 #868818

Analogous Colors of #188688

#188688 #184e88 #188852

Monochromatic Colors of #188688

#188688

Complementary Color

#188688 #881a18

#188688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#188688 Color CSS Codes

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

#188688 Text Font Color

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

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


#188688 Background Color

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

This div background color is #188688


#188688 Border Color

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

This div border color is #188688


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,134,136, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #188688; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #188688;
  -webkit-box-shadow: 1px 1px 3px 2px #188688;
  box-shadow:         1px 1px 3px 2px #188688; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188688


Comments

No comments written yet.

Please login to write comment.