Color Hex Logo

#188efc Color Hex

#188EFC
(24,142,252)
0 Favorites   0 Comments

Color spaces of #188efc

RGB 24142252
HSL0.580.970.54
HSV209°90°99°
CMYK 0.900.440.00   0.01
XYZ27.620426.568595.7679
Yxy26.56850.18420.1772
Hunter Lab51.54465.4468-74.0772
CIE-Lab58.57289.7480-63.0503

#188efc color RGB value is (24,142,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001110 11111100
Octal 30 216 374
Decimal 24 142 252
Hex 18 8E FC

RGB Percentages of Color #188efc

%5.74
%33.97
%60.29

CMYK Percentages of Color #188efc

%90
%44
%0
%1

Triadic Colors of #188efc

#188efc #fc188e #8efc18

Analogous Colors of #188efc

#188efc #181cfc #18fcf8

Monochromatic Colors of #188efc

#188efc

Complementary Color

#188efc #fc8618

#188efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#188efc Color CSS Codes

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

#188efc Text Font Color

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

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


#188efc Background Color

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

This div background color is #188efc


#188efc Border Color

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

This div border color is #188efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188efc


Comments

No comments written yet.

Please login to write comment.