Color Hex Logo

#188aac Color Hex

#188AAC
(24,138,172)
0 Favorites   0 Comments

Color spaces of #188aac

RGB 24138172
HSL0.540.760.38
HSV194°86°67°
CMYK 0.860.200.00   0.33
XYZ16.911621.349742.2593
Yxy21.34970.21000.2651
Hunter Lab46.2057-15.5279-21.8820
CIE-Lab53.3301-17.6129-26.3526

#188aac color RGB value is (24,138,172).

#188aac hex color red value is 24, green value is 138 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #188aac hue: 0.54 , saturation: 0.76 and the lightness value of 188aac is 0.38.

The process color (four color CMYK) of #188aac color hex is 0.86, 0.20, 0.00, 0.33. Web safe color of #188aac is #009999. Color #188aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001010 10101100
Octal 30 212 254
Decimal 24 138 172
Hex 18 8A AC

RGB Percentages of Color #188aac

%7.19
%41.32
%51.50

CMYK Percentages of Color #188aac

%86
%20
%0
%33

Triadic Colors of #188aac

#188aac #ac188a #8aac18

Analogous Colors of #188aac

#188aac #1840ac #18ac84

Monochromatic Colors of #188aac

#188aac

Complementary Color

#188aac #ac3a18

#188aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#188aac Color CSS Codes

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

#188aac Text Font Color

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

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


#188aac Background Color

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

This div background color is #188aac


#188aac Border Color

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

This div border color is #188aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,138,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #188aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #188aac;
  -webkit-box-shadow: 1px 1px 3px 2px #188aac;
  box-shadow:         1px 1px 3px 2px #188aac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188aac


Comments

No comments written yet.

Please login to write comment.