Color Hex Logo

#188ebd Color Hex

#188EBD
(24,142,189)
0 Favorites   0 Comments

Color spaces of #188ebd

RGB 24142189
HSL0.550.770.42
HSV197°87°74°
CMYK 0.870.250.00   0.26
XYZ19.235023.214351.6111
Yxy23.21430.20450.2468
Hunter Lab48.1812-13.0560-29.7838
CIE-Lab55.2924-13.7408-33.0221

#188ebd color RGB value is (24,142,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001110 10111101
Octal 30 216 275
Decimal 24 142 189
Hex 18 8E BD

RGB Percentages of Color #188ebd

%6.76
%40.00
%53.24

CMYK Percentages of Color #188ebd

%87
%25
%0
%26

Triadic Colors of #188ebd

#188ebd #bd188e #8ebd18

Analogous Colors of #188ebd

#188ebd #183bbd #18bd9a

Monochromatic Colors of #188ebd

#188ebd

Complementary Color

#188ebd #bd4718

#188ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#188ebd Color CSS Codes

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

#188ebd Text Font Color

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

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


#188ebd Background Color

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

This div background color is #188ebd


#188ebd Border Color

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

This div border color is #188ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188ebd


Comments

No comments written yet.

Please login to write comment.