Color Hex Logo

#0017ce Color Hex

#0017CE
(0,23,206)
0 Favorites   0 Comments

Color spaces of #0017ce

RGB 023206
HSL0.651.000.40
HSV233°100°81°
CMYK 1.000.890.00   0.19
XYZ11.44705.069058.7676
Yxy5.06900.15210.0673
Hunter Lab22.514451.3544-138.9997
CIE-Lab26.930461.8739-88.8201

#0017ce color RGB value is (0,23,206).

#0017ce hex color red value is 0, green value is 23 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #0017ce hue: 0.65 , saturation: 1.00 and the lightness value of 0017ce is 0.40.

The process color (four color CMYK) of #0017ce color hex is 1.00, 0.89, 0.00, 0.19. Web safe color of #0017ce is #0000cc. Color #0017ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00010111 11001110
Octal 0 27 316
Decimal 0 23 206
Hex 0 17 CE

RGB Percentages of Color #0017ce

%0.00
%10.04
%89.96

CMYK Percentages of Color #0017ce

%100
%89
%0
%19

Triadic Colors of #0017ce

#0017ce #ce0017 #17ce00

Analogous Colors of #0017ce

#0017ce #5000ce #007ece

Monochromatic Colors of #0017ce

#0017ce

Complementary Color

#0017ce #ceb700

#0017ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0017ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#0017ce Color CSS Codes

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

#0017ce Text Font Color

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

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


#0017ce Background Color

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

This div background color is #0017ce


#0017ce Border Color

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

This div border color is #0017ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0017ce


Comments

No comments written yet.

Please login to write comment.