Color Hex Logo

#188aea Color Hex

#188AEA
(24,138,234)
0 Favorites   0 Comments

Color spaces of #188aea

RGB 24138234
HSL0.580.830.51
HSV207°90°92°
CMYK 0.900.410.00   0.08
XYZ24.316524.311781.2529
Yxy24.31170.18720.1872
Hunter Lab49.30691.7431-63.1892
CIE-Lab56.39855.3500-56.5829

#188aea color RGB value is (24,138,234).

#188aea hex color red value is 24, green value is 138 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #188aea hue: 0.58 , saturation: 0.83 and the lightness value of 188aea is 0.51.

The process color (four color CMYK) of #188aea color hex is 0.90, 0.41, 0.00, 0.08. Web safe color of #188aea is #0099ff. Color #188aea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001010 11101010
Octal 30 212 352
Decimal 24 138 234
Hex 18 8A EA

RGB Percentages of Color #188aea

%6.06
%34.85
%59.09

CMYK Percentages of Color #188aea

%90
%41
%0
%8

Triadic Colors of #188aea

#188aea #ea188a #8aea18

Analogous Colors of #188aea

#188aea #1821ea #18eae1

Monochromatic Colors of #188aea

#188aea

Complementary Color

#188aea #ea7818

#188aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#188aea Color CSS Codes

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

#188aea Text Font Color

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

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


#188aea Background Color

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

This div background color is #188aea


#188aea Border Color

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

This div border color is #188aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188aea


Comments

No comments written yet.

Please login to write comment.