Color Hex Logo

#188dcc Color Hex

#188DCC
(24,141,204)
0 Favorites   0 Comments

Color spaces of #188dcc

RGB 24141204
HSL0.560.790.45
HSV201°88°80°
CMYK 0.880.310.00   0.20
XYZ20.800623.603660.5864
Yxy23.60360.19810.2248
Hunter Lab48.5835-8.5980-39.9295
CIE-Lab55.6887-7.6915-40.8997

#188dcc color RGB value is (24,141,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001101 11001100
Octal 30 215 314
Decimal 24 141 204
Hex 18 8D CC

RGB Percentages of Color #188dcc

%6.50
%38.21
%55.28

CMYK Percentages of Color #188dcc

%88
%31
%0
%20

Triadic Colors of #188dcc

#188dcc #cc188d #8dcc18

Analogous Colors of #188dcc

#188dcc #1833cc #18ccb1

Monochromatic Colors of #188dcc

#188dcc

Complementary Color

#188dcc #cc5718

#188dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#188dcc Color CSS Codes

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

#188dcc Text Font Color

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

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


#188dcc Background Color

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

This div background color is #188dcc


#188dcc Border Color

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

This div border color is #188dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188dcc


Comments

No comments written yet.

Please login to write comment.