Color Hex Logo

#188aad Color Hex

#188AAD
(24,138,173)
0 Favorites   0 Comments

Color spaces of #188aad

RGB 24138173
HSL0.540.760.39
HSV194°86°68°
CMYK 0.860.200.00   0.32
XYZ17.008021.388342.7671
Yxy21.38830.20960.2635
Hunter Lab46.2475-15.2878-22.4548
CIE-Lab53.3719-17.2595-26.8626

#188aad color RGB value is (24,138,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001010 10101101
Octal 30 212 255
Decimal 24 138 173
Hex 18 8A AD

RGB Percentages of Color #188aad

%7.16
%41.19
%51.64

CMYK Percentages of Color #188aad

%86
%20
%0
%32

Triadic Colors of #188aad

#188aad #ad188a #8aad18

Analogous Colors of #188aad

#188aad #183fad #18ad86

Monochromatic Colors of #188aad

#188aad

Complementary Color

#188aad #ad3b18

#188aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#188aad Color CSS Codes

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

#188aad Text Font Color

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

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


#188aad Background Color

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

This div background color is #188aad


#188aad Border Color

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

This div border color is #188aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188aad


Comments

No comments written yet.

Please login to write comment.