Color Hex Logo

#188eef Color Hex

#188EEF
(24,142,239)
0 Favorites   0 Comments

Color spaces of #188eef

RGB 24142239
HSL0.580.870.52
HSV207°90°94°
CMYK 0.900.410.00   0.06
XYZ25.629725.772285.2851
Yxy25.77220.18750.1885
Hunter Lab50.76631.2758-64.0680
CIE-Lab57.82024.8362-57.0842

#188eef color RGB value is (24,142,239).

#188eef hex color red value is 24, green value is 142 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #188eef hue: 0.58 , saturation: 0.87 and the lightness value of 188eef is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001110 11101111
Octal 30 216 357
Decimal 24 142 239
Hex 18 8E EF

RGB Percentages of Color #188eef

%5.93
%35.06
%59.01

CMYK Percentages of Color #188eef

%90
%41
%0
%6

Triadic Colors of #188eef

#188eef #ef188e #8eef18

Analogous Colors of #188eef

#188eef #1823ef #18efe5

Monochromatic Colors of #188eef

#188eef

Complementary Color

#188eef #ef7918

#188eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#188eef Color CSS Codes

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

#188eef Text Font Color

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

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


#188eef Background Color

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

This div background color is #188eef


#188eef Border Color

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

This div border color is #188eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188eef


Comments

No comments written yet.

Please login to write comment.