Color Hex Logo

#1889dc Color Hex

#1889DC
(24,137,220)
0 Favorites   0 Comments

Color spaces of #1889dc

RGB 24137220
HSL0.570.800.48
HSV205°89°86°
CMYK 0.890.380.00   0.14
XYZ22.240623.252871.0262
Yxy23.25280.19090.1996
Hunter Lab48.2212-2.0591-53.5750
CIE-Lab55.33180.6456-50.4676

#1889dc color RGB value is (24,137,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10001001 11011100
Octal 30 211 334
Decimal 24 137 220
Hex 18 89 DC

RGB Percentages of Color #1889dc

%6.30
%35.96
%57.74

CMYK Percentages of Color #1889dc

%89
%38
%0
%14

Triadic Colors of #1889dc

#1889dc #dc1889 #89dc18

Analogous Colors of #1889dc

#1889dc #1827dc #18dccd

Monochromatic Colors of #1889dc

#1889dc

Complementary Color

#1889dc #dc6b18

#1889dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1889dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1889dc Color CSS Codes

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

#1889dc Text Font Color

<p style="color:#1889dc">Text here</p>

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


#1889dc Background Color

<div style="background-color:#1889dc">
Div content here</div>

This div background color is #1889dc


#1889dc Border Color

<div style="border:3px solid #1889dc">
Div here</div>

This div border color is #1889dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1889dc


Comments

No comments written yet.

Please login to write comment.