Color Hex Logo

#1704dc Color Hex

#1704DC
(23,4,220)
0 Favorites   0 Comments

Color spaces of #1704dc

RGB 234220
HSL0.680.960.44
HSV245°98°86°
CMYK 0.900.980.00   0.14
XYZ13.31505.436368.0577
Yxy5.43630.15340.0626
Hunter Lab23.315961.1332-156.7430
CIE-Lab27.943370.2688-95.2382

#1704dc color RGB value is (23,4,220).

#1704dc hex color red value is 23, green value is 4 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1704dc hue: 0.68 , saturation: 0.96 and the lightness value of 1704dc is 0.44.

The process color (four color CMYK) of #1704dc color hex is 0.90, 0.98, 0.00, 0.14. Web safe color of #1704dc is #0000cc. Color #1704dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010111 00000100 11011100
Octal 27 4 334
Decimal 23 4 220
Hex 17 4 DC

RGB Percentages of Color #1704dc

%9.31
%1.62
%89.07

CMYK Percentages of Color #1704dc

%90
%98
%0
%14

Triadic Colors of #1704dc

#1704dc #dc1704 #04dc17

Analogous Colors of #1704dc

#1704dc #8304dc #045ddc

Monochromatic Colors of #1704dc

#1704dc

Complementary Color

#1704dc #c9dc04

#1704dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1704dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#1704dc Color CSS Codes

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

#1704dc Text Font Color

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

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


#1704dc Background Color

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

This div background color is #1704dc


#1704dc Border Color

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

This div border color is #1704dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(23,4,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 #1704dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1704dc


Comments

No comments written yet.

Please login to write comment.