Color Hex Logo

#188eeb Color Hex

#188EEB
(24,142,235)
0 Favorites   0 Comments

Color spaces of #188eeb

RGB 24142235
HSL0.570.840.51
HSV206°90°92°
CMYK 0.900.400.00   0.08
XYZ25.045125.538482.2066
Yxy25.53840.18860.1923
Hunter Lab50.53550.0263-61.0727
CIE-Lab57.59633.3264-55.2248

#188eeb color RGB value is (24,142,235).

#188eeb hex color red value is 24, green value is 142 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #188eeb hue: 0.57 , saturation: 0.84 and the lightness value of 188eeb is 0.51.

The process color (four color CMYK) of #188eeb color hex is 0.90, 0.40, 0.00, 0.08. Web safe color of #188eeb is #0099ff. Color #188eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001110 11101011
Octal 30 216 353
Decimal 24 142 235
Hex 18 8E EB

RGB Percentages of Color #188eeb

%5.99
%35.41
%58.60

CMYK Percentages of Color #188eeb

%90
%40
%0
%8

Triadic Colors of #188eeb

#188eeb #eb188e #8eeb18

Analogous Colors of #188eeb

#188eeb #1824eb #18ebdf

Monochromatic Colors of #188eeb

#188eeb

Complementary Color

#188eeb #eb7518

#188eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#188eeb Color CSS Codes

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

#188eeb Text Font Color

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

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


#188eeb Background Color

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

This div background color is #188eeb


#188eeb Border Color

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

This div border color is #188eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188eeb


Comments

No comments written yet.

Please login to write comment.