Color Hex Logo

#188fbe Color Hex

#188FBE
(24,143,190)
0 Favorites   0 Comments

Color spaces of #188fbe

RGB 24143190
HSL0.550.780.42
HSV197°87°75°
CMYK 0.870.250.00   0.25
XYZ19.493423.556852.2347
Yxy23.55680.20460.2472
Hunter Lab48.5353-13.2454-29.8343
CIE-Lab55.6413-13.9361-33.0461

#188fbe color RGB value is (24,143,190).

#188fbe hex color red value is 24, green value is 143 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #188fbe hue: 0.55 , saturation: 0.78 and the lightness value of 188fbe is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001111 10111110
Octal 30 217 276
Decimal 24 143 190
Hex 18 8F BE

RGB Percentages of Color #188fbe

%6.72
%40.06
%53.22

CMYK Percentages of Color #188fbe

%87
%25
%0
%25

Triadic Colors of #188fbe

#188fbe #be188f #8fbe18

Analogous Colors of #188fbe

#188fbe #183cbe #18be9a

Monochromatic Colors of #188fbe

#188fbe

Complementary Color

#188fbe #be4718

#188fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#188fbe Color CSS Codes

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

#188fbe Text Font Color

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

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


#188fbe Background Color

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

This div background color is #188fbe


#188fbe Border Color

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

This div border color is #188fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188fbe


Comments

No comments written yet.

Please login to write comment.