Color Hex Logo

#0117de Color Hex

#0117DE
(1,23,222)
0 Favorites   0 Comments

Color spaces of #0117de

RGB 123222
HSL0.650.990.44
HSV234°100°87°
CMYK 1.000.900.00   0.13
XYZ13.50375.893269.5330
Yxy5.89320.15180.0663
Hunter Lab24.275956.8094-152.8300
CIE-Lab29.141466.3254-94.3993

#0117de color RGB value is (1,23,222).

#0117de hex color red value is 1, green value is 23 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0117de hue: 0.65 , saturation: 0.99 and the lightness value of 0117de is 0.44.

The process color (four color CMYK) of #0117de color hex is 1.00, 0.90, 0.00, 0.13. Web safe color of #0117de is #0000cc. Color #0117de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00010111 11011110
Octal 1 27 336
Decimal 1 23 222
Hex 1 17 DE

RGB Percentages of Color #0117de

%0.41
%9.35
%90.24

CMYK Percentages of Color #0117de

%100
%90
%0
%13

Triadic Colors of #0117de

#0117de #de0117 #17de01

Analogous Colors of #0117de

#0117de #5a01de #0186de

Monochromatic Colors of #0117de

#0117de

Complementary Color

#0117de #dec801

#0117de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0117de Color Preview on White Background

Lorem ipsum dolor sit amet.

#0117de Color CSS Codes

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

#0117de Text Font Color

<p style="color:#0117de">Text here</p>

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


#0117de Background Color

<div style="background-color:#0117de">
Div content here</div>

This div background color is #0117de


#0117de Border Color

<div style="border:3px solid #0117de">
Div here</div>

This div border color is #0117de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,23,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0117de


Comments

No comments written yet.

Please login to write comment.