Color Hex Logo

#188ace Color Hex

#188ACE
(24,138,206)
0 Favorites   0 Comments

Color spaces of #188ace

RGB 24138206
HSL0.560.790.45
HSV202°88°81°
CMYK 0.880.330.00   0.19
XYZ20.605722.827461.7126
Yxy22.82740.19600.2171
Hunter Lab47.7780-6.6281-43.1374
CIE-Lab54.8941-5.2105-43.2827

#188ace color RGB value is (24,138,206).

#188ace hex color red value is 24, green value is 138 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #188ace hue: 0.56 , saturation: 0.79 and the lightness value of 188ace is 0.45.

The process color (four color CMYK) of #188ace color hex is 0.88, 0.33, 0.00, 0.19. Web safe color of #188ace is #0099cc. Color #188ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001010 11001110
Octal 30 212 316
Decimal 24 138 206
Hex 18 8A CE

RGB Percentages of Color #188ace

%6.52
%37.50
%55.98

CMYK Percentages of Color #188ace

%88
%33
%0
%19

Triadic Colors of #188ace

#188ace #ce188a #8ace18

Analogous Colors of #188ace

#188ace #182fce #18ceb7

Monochromatic Colors of #188ace

#188ace

Complementary Color

#188ace #ce5c18

#188ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#188ace Color CSS Codes

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

#188ace Text Font Color

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

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


#188ace Background Color

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

This div background color is #188ace


#188ace Border Color

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

This div border color is #188ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188ace


Comments

No comments written yet.

Please login to write comment.