Color Hex Logo

#189dcc Color Hex

#189DCC
(24,157,204)
0 Favorites   0 Comments

Color spaces of #189dcc

RGB 24157204
HSL0.540.790.45
HSV196°88°80°
CMYK 0.880.230.00   0.20
XYZ23.332728.667861.4304
Yxy28.66780.20570.2527
Hunter Lab53.5423-15.9122-30.5452
CIE-Lab60.4873-16.6138-33.3866

#189dcc color RGB value is (24,157,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10011101 11001100
Octal 30 235 314
Decimal 24 157 204
Hex 18 9D CC

RGB Percentages of Color #189dcc

%6.23
%40.78
%52.99

CMYK Percentages of Color #189dcc

%88
%23
%0
%20

Triadic Colors of #189dcc

#189dcc #cc189d #9dcc18

Analogous Colors of #189dcc

#189dcc #1843cc #18cca1

Monochromatic Colors of #189dcc

#189dcc

Complementary Color

#189dcc #cc4718

#189dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#189dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#189dcc Color CSS Codes

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

#189dcc Text Font Color

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

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


#189dcc Background Color

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

This div background color is #189dcc


#189dcc Border Color

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

This div border color is #189dcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(24,157,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 #189dcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #189dcc


Comments

No comments written yet.

Please login to write comment.