Color Hex Logo

#189fcc Color Hex

#189FCC
(24,159,204)
0 Favorites   0 Comments

Color spaces of #189fcc

RGB 24159204
HSL0.540.790.45
HSV195°88°80°
CMYK 0.880.220.00   0.20
XYZ23.673929.350161.5441
Yxy29.35010.20660.2562
Hunter Lab54.1757-16.8060-29.4309
CIE-Lab61.0894-17.6902-32.4505

#189fcc color RGB value is (24,159,204).

#189fcc hex color red value is 24, green value is 159 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #189fcc hue: 0.54 , saturation: 0.79 and the lightness value of 189fcc is 0.45.

The process color (four color CMYK) of #189fcc color hex is 0.88, 0.22, 0.00, 0.20. Web safe color of #189fcc is #0099cc. Color #189fcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011111 11001100
Octal 30 237 314
Decimal 24 159 204
Hex 18 9F CC

RGB Percentages of Color #189fcc

%6.20
%41.09
%52.71

CMYK Percentages of Color #189fcc

%88
%22
%0
%20

Triadic Colors of #189fcc

#189fcc #cc189f #9fcc18

Analogous Colors of #189fcc

#189fcc #1845cc #18cc9f

Monochromatic Colors of #189fcc

#189fcc

Complementary Color

#189fcc #cc4518

#189fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#189fcc Color CSS Codes

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

#189fcc Text Font Color

<p style="color:#189fcc">Text here</p>

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


#189fcc Background Color

<div style="background-color:#189fcc">
Div content here</div>

This div background color is #189fcc


#189fcc Border Color

<div style="border:3px solid #189fcc">
Div here</div>

This div border color is #189fcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,159,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #189fcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #189fcc;
  -webkit-box-shadow: 1px 1px 3px 2px #189fcc;
  box-shadow:         1px 1px 3px 2px #189fcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189fcc


Comments

No comments written yet.

Please login to write comment.