Color Hex Logo

#1883ec Color Hex

#1883EC
(24,131,236)
0 Favorites   0 Comments

Color spaces of #1883ec

RGB 24131236
HSL0.580.850.51
HSV210°90°93°
CMYK 0.900.440.00   0.07
XYZ23.633322.482982.4509
Yxy22.48290.18380.1749
Hunter Lab47.41615.9903-69.9068
CIE-Lab54.535710.3786-60.6819

#1883ec color RGB value is (24,131,236).

#1883ec hex color red value is 24, green value is 131 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #1883ec hue: 0.58 , saturation: 0.85 and the lightness value of 1883ec is 0.51.

The process color (four color CMYK) of #1883ec color hex is 0.90, 0.44, 0.00, 0.07. Web safe color of #1883ec is #0099ff. Color #1883ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 10000011 11101100
Octal 30 203 354
Decimal 24 131 236
Hex 18 83 EC

RGB Percentages of Color #1883ec

%6.14
%33.50
%60.36

CMYK Percentages of Color #1883ec

%90
%44
%0
%7

Triadic Colors of #1883ec

#1883ec #ec1883 #83ec18

Analogous Colors of #1883ec

#1883ec #1819ec #18eceb

Monochromatic Colors of #1883ec

#1883ec

Complementary Color

#1883ec #ec8118

#1883ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1883ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#1883ec Color CSS Codes

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

#1883ec Text Font Color

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

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


#1883ec Background Color

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

This div background color is #1883ec


#1883ec Border Color

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

This div border color is #1883ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1883ec


Comments

No comments written yet.

Please login to write comment.