Color Hex Logo

#188aae Color Hex

#188AAE
(24,138,174)
0 Favorites   0 Comments

Color spaces of #188aae

RGB 24138174
HSL0.540.760.39
HSV194°86°68°
CMYK 0.860.210.00   0.32
XYZ17.105121.427143.2787
Yxy21.42710.20910.2619
Hunter Lab46.2894-15.0463-23.0311
CIE-Lab53.4138-16.9051-27.3721

#188aae color RGB value is (24,138,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001010 10101110
Octal 30 212 256
Decimal 24 138 174
Hex 18 8A AE

RGB Percentages of Color #188aae

%7.14
%41.07
%51.79

CMYK Percentages of Color #188aae

%86
%21
%0
%32

Triadic Colors of #188aae

#188aae #ae188a #8aae18

Analogous Colors of #188aae

#188aae #183fae #18ae87

Monochromatic Colors of #188aae

#188aae

Complementary Color

#188aae #ae3c18

#188aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#188aae Color CSS Codes

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

#188aae Text Font Color

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

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


#188aae Background Color

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

This div background color is #188aae


#188aae Border Color

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

This div border color is #188aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188aae


Comments

No comments written yet.

Please login to write comment.