Color Hex Logo

#1883cc Color Hex

#1883CC
(24,131,204)
0 Favorites   0 Comments

Color spaces of #1883cc

RGB 24131204
HSL0.570.790.45
HSV204°88°80°
CMYK 0.880.360.00   0.20
XYZ19.392120.786460.1169
Yxy20.78640.19330.2073
Hunter Lab45.5921-3.8632-46.2642
CIE-Lab52.7149-1.8340-45.6009

#1883cc color RGB value is (24,131,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 10000011 11001100
Octal 30 203 314
Decimal 24 131 204
Hex 18 83 CC

RGB Percentages of Color #1883cc

%6.69
%36.49
%56.82

CMYK Percentages of Color #1883cc

%88
%36
%0
%20

Triadic Colors of #1883cc

#1883cc #cc1883 #83cc18

Analogous Colors of #1883cc

#1883cc #1829cc #18ccbb

Monochromatic Colors of #1883cc

#1883cc

Complementary Color

#1883cc #cc6118

#1883cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1883cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1883cc Color CSS Codes

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

#1883cc Text Font Color

<p style="color:#1883cc">Text here</p>

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


#1883cc Background Color

<div style="background-color:#1883cc">
Div content here</div>

This div background color is #1883cc


#1883cc Border Color

<div style="border:3px solid #1883cc">
Div here</div>

This div border color is #1883cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1883cc


Comments

No comments written yet.

Please login to write comment.