Color Hex Logo

#188dcb Color Hex

#188DCB
(24,141,203)
0 Favorites   0 Comments

Color spaces of #188dcb

RGB 24141203
HSL0.560.790.45
HSV201°88°80°
CMYK 0.880.310.00   0.20
XYZ20.681123.555759.9566
Yxy23.55570.19850.2261
Hunter Lab48.5342-8.8736-39.2698
CIE-Lab55.6402-8.0604-40.4114

#188dcb color RGB value is (24,141,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001101 11001011
Octal 30 215 313
Decimal 24 141 203
Hex 18 8D CB

RGB Percentages of Color #188dcb

%6.52
%38.32
%55.16

CMYK Percentages of Color #188dcb

%88
%31
%0
%20

Triadic Colors of #188dcb

#188dcb #cb188d #8dcb18

Analogous Colors of #188dcb

#188dcb #1833cb #18cbb0

Monochromatic Colors of #188dcb

#188dcb

Complementary Color

#188dcb #cb5618

#188dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#188dcb Color CSS Codes

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

#188dcb Text Font Color

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

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


#188dcb Background Color

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

This div background color is #188dcb


#188dcb Border Color

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

This div border color is #188dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188dcb


Comments

No comments written yet.

Please login to write comment.