Color Hex Logo

#188cbe Color Hex

#188CBE
(24,140,190)
0 Favorites   0 Comments

Color spaces of #188cbe

RGB 24140190
HSL0.550.780.42
HSV198°87°75°
CMYK 0.870.260.00   0.25
XYZ19.049022.668152.0866
Yxy22.66810.20310.2417
Hunter Lab47.6110-11.9021-31.5357
CIE-Lab54.7288-12.2609-34.4713

#188cbe color RGB value is (24,140,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001100 10111110
Octal 30 214 276
Decimal 24 140 190
Hex 18 8C BE

RGB Percentages of Color #188cbe

%6.78
%39.55
%53.67

CMYK Percentages of Color #188cbe

%87
%26
%0
%25

Triadic Colors of #188cbe

#188cbe #be188c #8cbe18

Analogous Colors of #188cbe

#188cbe #1839be #18be9d

Monochromatic Colors of #188cbe

#188cbe

Complementary Color

#188cbe #be4a18

#188cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#188cbe Color CSS Codes

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

#188cbe Text Font Color

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

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


#188cbe Background Color

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

This div background color is #188cbe


#188cbe Border Color

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

This div border color is #188cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,140,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 #188cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188cbe


Comments

No comments written yet.

Please login to write comment.