Color Hex Logo

#188cd7 Color Hex

#188CD7
(24,140,215)
0 Favorites   0 Comments

Color spaces of #188cd7

RGB 24140215
HSL0.570.800.47
HSV204°89°84°
CMYK 0.890.350.00   0.16
XYZ22.020523.856767.7342
Yxy23.85670.19380.2100
Hunter Lab48.8433-5.0010-48.0310
CIE-Lab55.9440-3.0132-46.6897

#188cd7 color RGB value is (24,140,215).

#188cd7 hex color red value is 24, green value is 140 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #188cd7 hue: 0.57 , saturation: 0.80 and the lightness value of 188cd7 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001100 11010111
Octal 30 214 327
Decimal 24 140 215
Hex 18 8C D7

RGB Percentages of Color #188cd7

%6.33
%36.94
%56.73

CMYK Percentages of Color #188cd7

%89
%35
%0
%16

Triadic Colors of #188cd7

#188cd7 #d7188c #8cd718

Analogous Colors of #188cd7

#188cd7 #182cd7 #18d7c3

Monochromatic Colors of #188cd7

#188cd7

Complementary Color

#188cd7 #d76318

#188cd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188cd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#188cd7 Color CSS Codes

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

#188cd7 Text Font Color

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

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


#188cd7 Background Color

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

This div background color is #188cd7


#188cd7 Border Color

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

This div border color is #188cd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188cd7


Comments

No comments written yet.

Please login to write comment.