Color Hex Logo

#188fdc Color Hex

#188FDC
(24,143,220)
0 Favorites   0 Comments

Color spaces of #188fdc

RGB 24143220
HSL0.570.800.48
HSV204°89°86°
CMYK 0.890.350.00   0.14
XYZ23.117425.006471.3184
Yxy25.00640.19350.2094
Hunter Lab50.0064-4.9926-49.5541
CIE-Lab57.0817-2.9001-47.6881

#188fdc color RGB value is (24,143,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001111 11011100
Octal 30 217 334
Decimal 24 143 220
Hex 18 8F DC

RGB Percentages of Color #188fdc

%6.20
%36.95
%56.85

CMYK Percentages of Color #188fdc

%89
%35
%0
%14

Triadic Colors of #188fdc

#188fdc #dc188f #8fdc18

Analogous Colors of #188fdc

#188fdc #182ddc #18dcc7

Monochromatic Colors of #188fdc

#188fdc

Complementary Color

#188fdc #dc6518

#188fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#188fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#188fdc Color CSS Codes

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

#188fdc Text Font Color

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

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


#188fdc Background Color

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

This div background color is #188fdc


#188fdc Border Color

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

This div border color is #188fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #188fdc


Comments

No comments written yet.

Please login to write comment.