Color Hex Logo

#188acd Color Hex

#188ACD
(24,138,205)
0 Favorites   0 Comments

Color spaces of #188acd

RGB 24138205
HSL0.560.790.45
HSV202°88°80°
CMYK 0.880.330.00   0.20
XYZ20.484622.778961.0747
Yxy22.77890.19630.2183
Hunter Lab47.7272-6.9102-42.4620
CIE-Lab54.8439-5.5835-42.7971

#188acd color RGB value is (24,138,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001010 11001101
Octal 30 212 315
Decimal 24 138 205
Hex 18 8A CD

RGB Percentages of Color #188acd

%6.54
%37.60
%55.86

CMYK Percentages of Color #188acd

%88
%33
%0
%20

Triadic Colors of #188acd

#188acd #cd188a #8acd18

Analogous Colors of #188acd

#188acd #1830cd #18cdb6

Monochromatic Colors of #188acd

#188acd

Complementary Color

#188acd #cd5b18

#188acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#188acd Color CSS Codes

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

#188acd Text Font Color

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

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


#188acd Background Color

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

This div background color is #188acd


#188acd Border Color

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

This div border color is #188acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188acd


Comments

No comments written yet.

Please login to write comment.