Color Hex Logo

#1834dc Color Hex

#1834DC
(24,52,220)
0 Favorites   0 Comments

Color spaces of #1834dc

RGB 2452220
HSL0.640.800.48
HSV231°89°86°
CMYK 0.890.760.00   0.14
XYZ14.52297.817568.4536
Yxy7.81750.16000.0861
Hunter Lab27.959843.7870-125.5871
CIE-Lab33.599953.5132-85.8164

#1834dc color RGB value is (24,52,220).

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

The process color (four color CMYK) of #1834dc color hex is 0.89, 0.76, 0.00, 0.14. Web safe color of #1834dc is #0033cc. Color #1834dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011000 00110100 11011100
Octal 30 64 334
Decimal 24 52 220
Hex 18 34 DC

RGB Percentages of Color #1834dc

%8.11
%17.57
%74.32

CMYK Percentages of Color #1834dc

%89
%76
%0
%14

Triadic Colors of #1834dc

#1834dc #dc1834 #34dc18

Analogous Colors of #1834dc

#1834dc #5e18dc #1896dc

Monochromatic Colors of #1834dc

#1834dc

Complementary Color

#1834dc #dcc018

#1834dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1834dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1834dc Color CSS Codes

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

#1834dc Text Font Color

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

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


#1834dc Background Color

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

This div background color is #1834dc


#1834dc Border Color

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

This div border color is #1834dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1834dc


Comments

No comments written yet.

Please login to write comment.