Color Hex Logo

#188aba Color Hex

#188ABA
(24,138,186)
0 Favorites   0 Comments

Color spaces of #188aba

RGB 24138186
HSL0.550.770.41
HSV198°87°73°
CMYK 0.870.260.00   0.27
XYZ18.328121.916349.7187
Yxy21.91630.20370.2436
Hunter Lab46.8148-12.0429-30.1973
CIE-Lab53.9381-12.5913-33.4274

#188aba color RGB value is (24,138,186).

#188aba hex color red value is 24, green value is 138 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #188aba hue: 0.55 , saturation: 0.77 and the lightness value of 188aba is 0.41.

The process color (four color CMYK) of #188aba color hex is 0.87, 0.26, 0.00, 0.27. Web safe color of #188aba is #0099cc. Color #188aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001010 10111010
Octal 30 212 272
Decimal 24 138 186
Hex 18 8A BA

RGB Percentages of Color #188aba

%6.90
%39.66
%53.45

CMYK Percentages of Color #188aba

%87
%26
%0
%27

Triadic Colors of #188aba

#188aba #ba188a #8aba18

Analogous Colors of #188aba

#188aba #1839ba #18ba99

Monochromatic Colors of #188aba

#188aba

Complementary Color

#188aba #ba4818

#188aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#188aba Color CSS Codes

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

#188aba Text Font Color

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

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


#188aba Background Color

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

This div background color is #188aba


#188aba Border Color

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

This div border color is #188aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188aba


Comments

No comments written yet.

Please login to write comment.