Color Hex Logo

#188ed5 Color Hex

#188ED5
(24,142,213)
0 Favorites   0 Comments

Color spaces of #188ed5

RGB 24142213
HSL0.560.800.46
HSV203°89°84°
CMYK 0.890.330.00   0.16
XYZ22.059924.344366.4870
Yxy24.34430.19540.2156
Hunter Lab49.3399-6.5375-45.3570
CIE-Lab56.4309-4.9286-44.7959

#188ed5 color RGB value is (24,142,213).

#188ed5 hex color red value is 24, green value is 142 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #188ed5 hue: 0.56 , saturation: 0.80 and the lightness value of 188ed5 is 0.46.

The process color (four color CMYK) of #188ed5 color hex is 0.89, 0.33, 0.00, 0.16. Web safe color of #188ed5 is #0099cc. Color #188ed5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001110 11010101
Octal 30 216 325
Decimal 24 142 213
Hex 18 8E D5

RGB Percentages of Color #188ed5

%6.33
%37.47
%56.20

CMYK Percentages of Color #188ed5

%89
%33
%0
%16

Triadic Colors of #188ed5

#188ed5 #d5188e #8ed518

Analogous Colors of #188ed5

#188ed5 #1830d5 #18d5be

Monochromatic Colors of #188ed5

#188ed5

Complementary Color

#188ed5 #d55f18

#188ed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188ed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#188ed5 Color CSS Codes

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

#188ed5 Text Font Color

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

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


#188ed5 Background Color

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

This div background color is #188ed5


#188ed5 Border Color

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

This div border color is #188ed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188ed5


Comments

No comments written yet.

Please login to write comment.