Color Hex Logo

#188dca Color Hex

#188DCA
(24,141,202)
0 Favorites   0 Comments

Color spaces of #188dca

RGB 24141202
HSL0.560.790.44
HSV201°88°79°
CMYK 0.880.300.00   0.21
XYZ20.562223.508259.3309
Yxy23.50820.19890.2273
Hunter Lab48.4853-9.1488-38.6129
CIE-Lab55.5920-8.4302-39.9222

#188dca color RGB value is (24,141,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001101 11001010
Octal 30 215 312
Decimal 24 141 202
Hex 18 8D CA

RGB Percentages of Color #188dca

%6.54
%38.42
%55.04

CMYK Percentages of Color #188dca

%88
%30
%0
%21

Triadic Colors of #188dca

#188dca #ca188d #8dca18

Analogous Colors of #188dca

#188dca #1834ca #18caae

Monochromatic Colors of #188dca

#188dca

Complementary Color

#188dca #ca5518

#188dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#188dca Color CSS Codes

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

#188dca Text Font Color

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

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


#188dca Background Color

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

This div background color is #188dca


#188dca Border Color

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

This div border color is #188dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188dca


Comments

No comments written yet.

Please login to write comment.