Color Hex Logo

#188cda Color Hex

#188CDA
(24,140,218)
0 Favorites   0 Comments

Color spaces of #188cda

RGB 24140218
HSL0.570.800.47
HSV204°89°85°
CMYK 0.890.360.00   0.15
XYZ22.409724.012369.7834
Yxy24.01230.19280.2066
Hunter Lab49.0023-4.1227-50.1322
CIE-Lab56.1001-1.8872-48.1252

#188cda color RGB value is (24,140,218).

#188cda hex color red value is 24, green value is 140 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #188cda hue: 0.57 , saturation: 0.80 and the lightness value of 188cda is 0.47.

The process color (four color CMYK) of #188cda color hex is 0.89, 0.36, 0.00, 0.15. Web safe color of #188cda is #0099cc. Color #188cda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001100 11011010
Octal 30 214 332
Decimal 24 140 218
Hex 18 8C DA

RGB Percentages of Color #188cda

%6.28
%36.65
%57.07

CMYK Percentages of Color #188cda

%89
%36
%0
%15

Triadic Colors of #188cda

#188cda #da188c #8cda18

Analogous Colors of #188cda

#188cda #182bda #18dac7

Monochromatic Colors of #188cda

#188cda

Complementary Color

#188cda #da6618

#188cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#188cda Color CSS Codes

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

#188cda Text Font Color

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

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


#188cda Background Color

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

This div background color is #188cda


#188cda Border Color

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

This div border color is #188cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188cda


Comments

No comments written yet.

Please login to write comment.