Color Hex Logo

#1834ce Color Hex

#1834CE
(24,52,206)
0 Favorites   0 Comments

Color spaces of #1834ce

RGB 2452206
HSL0.640.790.45
HSV231°88°81°
CMYK 0.880.750.00   0.19
XYZ12.74537.106459.0924
Yxy7.10640.16140.0900
Hunter Lab26.657838.6909-112.7676
CIE-Lab32.047948.8187-80.2963

#1834ce color RGB value is (24,52,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011000 00110100 11001110
Octal 30 64 316
Decimal 24 52 206
Hex 18 34 CE

RGB Percentages of Color #1834ce

%8.51
%18.44
%73.05

CMYK Percentages of Color #1834ce

%88
%75
%0
%19

Triadic Colors of #1834ce

#1834ce #ce1834 #34ce18

Analogous Colors of #1834ce

#1834ce #5718ce #188fce

Monochromatic Colors of #1834ce

#1834ce

Complementary Color

#1834ce #ceb218

#1834ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1834ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#1834ce Color CSS Codes

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

#1834ce Text Font Color

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

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


#1834ce Background Color

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

This div background color is #1834ce


#1834ce Border Color

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

This div border color is #1834ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1834ce


Comments

No comments written yet.

Please login to write comment.