Color Hex Logo

#1853ce Color Hex

#1853CE
(24,83,206)
0 Favorites   0 Comments

Color spaces of #1853ce

RGB 2483206
HSL0.610.790.45
HSV221°88°81°
CMYK 0.880.600.00   0.19
XYZ14.610510.836959.7142
Yxy10.83690.17160.1273
Hunter Lab32.919421.6139-84.5054
CIE-Lab39.304429.4611-68.3553

#1853ce color RGB value is (24,83,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 01010011 11001110
Octal 30 123 316
Decimal 24 83 206
Hex 18 53 CE

RGB Percentages of Color #1853ce

%7.67
%26.52
%65.81

CMYK Percentages of Color #1853ce

%88
%60
%0
%19

Triadic Colors of #1853ce

#1853ce #ce1853 #53ce18

Analogous Colors of #1853ce

#1853ce #3818ce #18aece

Monochromatic Colors of #1853ce

#1853ce

Complementary Color

#1853ce #ce9318

#1853ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1853ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1853ce Color CSS Codes

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

#1853ce Text Font Color

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

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


#1853ce Background Color

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

This div background color is #1853ce


#1853ce Border Color

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

This div border color is #1853ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1853ce


Comments

No comments written yet.

Please login to write comment.