Color Hex Logo

#1868ce Color Hex

#1868CE
(24,104,206)
0 Favorites   0 Comments

Color spaces of #1868ce

RGB 24104206
HSL0.590.790.45
HSV214°88°81°
CMYK 0.880.500.00   0.19
XYZ16.467614.551160.3332
Yxy14.55110.18030.1593
Hunter Lab38.145910.3032-67.0735
CIE-Lab45.013115.7533-59.0764

#1868ce color RGB value is (24,104,206).

#1868ce hex color red value is 24, green value is 104 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #1868ce hue: 0.59 , saturation: 0.79 and the lightness value of 1868ce is 0.45.

The process color (four color CMYK) of #1868ce color hex is 0.88, 0.50, 0.00, 0.19. Web safe color of #1868ce is #0066cc. Color #1868ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 01101000 11001110
Octal 30 150 316
Decimal 24 104 206
Hex 18 68 CE

RGB Percentages of Color #1868ce

%7.19
%31.14
%61.68

CMYK Percentages of Color #1868ce

%88
%50
%0
%19

Triadic Colors of #1868ce

#1868ce #ce1868 #68ce18

Analogous Colors of #1868ce

#1868ce #2318ce #18c3ce

Monochromatic Colors of #1868ce

#1868ce

Complementary Color

#1868ce #ce7e18

#1868ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1868ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1868ce Color CSS Codes

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

#1868ce Text Font Color

<p style="color:#1868ce">Text here</p>

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


#1868ce Background Color

<div style="background-color:#1868ce">
Div content here</div>

This div background color is #1868ce


#1868ce Border Color

<div style="border:3px solid #1868ce">
Div here</div>

This div border color is #1868ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(24,104,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1868ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1868ce;
  -webkit-box-shadow: 1px 1px 3px 2px #1868ce;
  box-shadow:         1px 1px 3px 2px #1868ce; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1868ce


Comments

No comments written yet.

Please login to write comment.