Color Hex Logo

#188cbb Color Hex

#188CBB
(24,140,187)
0 Favorites   0 Comments

Color spaces of #188cbb

RGB 24140187
HSL0.550.770.41
HSV197°87°73°
CMYK 0.870.250.00   0.27
XYZ18.724422.538250.3771
Yxy22.53820.20430.2459
Hunter Lab47.4744-12.6780-29.6830
CIE-Lab54.5934-13.3490-32.9744

#188cbb color RGB value is (24,140,187).

#188cbb hex color red value is 24, green value is 140 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #188cbb hue: 0.55 , saturation: 0.77 and the lightness value of 188cbb is 0.41.

The process color (four color CMYK) of #188cbb color hex is 0.87, 0.25, 0.00, 0.27. Web safe color of #188cbb is #0099cc. Color #188cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001100 10111011
Octal 30 214 273
Decimal 24 140 187
Hex 18 8C BB

RGB Percentages of Color #188cbb

%6.84
%39.89
%53.28

CMYK Percentages of Color #188cbb

%87
%25
%0
%27

Triadic Colors of #188cbb

#188cbb #bb188c #8cbb18

Analogous Colors of #188cbb

#188cbb #183abb #18bb99

Monochromatic Colors of #188cbb

#188cbb

Complementary Color

#188cbb #bb4718

#188cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#188cbb Color CSS Codes

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

#188cbb Text Font Color

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

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


#188cbb Background Color

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

This div background color is #188cbb


#188cbb Border Color

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

This div border color is #188cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188cbb


Comments

No comments written yet.

Please login to write comment.