Color Hex Logo

#188eec Color Hex

#188EEC
(24,142,236)
0 Favorites   0 Comments

Color spaces of #188eec

RGB 24142236
HSL0.570.850.51
HSV207°90°93°
CMYK 0.900.400.00   0.07
XYZ25.190025.596382.9698
Yxy25.59630.18830.1914
Hunter Lab50.59280.3373-61.8179
CIE-Lab57.65193.7038-55.6908

#188eec color RGB value is (24,142,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001110 11101100
Octal 30 216 354
Decimal 24 142 236
Hex 18 8E EC

RGB Percentages of Color #188eec

%5.97
%35.32
%58.71

CMYK Percentages of Color #188eec

%90
%40
%0
%7

Triadic Colors of #188eec

#188eec #ec188e #8eec18

Analogous Colors of #188eec

#188eec #1824ec #18ece0

Monochromatic Colors of #188eec

#188eec

Complementary Color

#188eec #ec7618

#188eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#188eec Color CSS Codes

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

#188eec Text Font Color

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

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


#188eec Background Color

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

This div background color is #188eec


#188eec Border Color

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

This div border color is #188eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188eec


Comments

No comments written yet.

Please login to write comment.