Color Hex Logo

#017dee Color Hex

#017DEE
(1,125,238)
0 Favorites   0 Comments

Color spaces of #017dee

RGB 1125238
HSL0.580.990.47
HSV209°100°93°
CMYK 1.000.470.00   0.07
XYZ22.778720.846783.7122
Yxy20.84670.17890.1637
Hunter Lab45.65829.1512-76.7448
CIE-Lab52.781314.1041-64.6315

#017dee color RGB value is (1,125,238).

#017dee hex color red value is 1, green value is 125 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #017dee hue: 0.58 , saturation: 0.99 and the lightness value of 017dee is 0.47.

The process color (four color CMYK) of #017dee color hex is 1.00, 0.47, 0.00, 0.07. Web safe color of #017dee is #0066ff. Color #017dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111101 11101110
Octal 1 175 356
Decimal 1 125 238
Hex 1 7D EE

RGB Percentages of Color #017dee

%0.27
%34.34
%65.38

CMYK Percentages of Color #017dee

%100
%47
%0
%7

Triadic Colors of #017dee

#017dee #ee017d #7dee01

Analogous Colors of #017dee

#017dee #0106ee #01eee9

Monochromatic Colors of #017dee

#017dee

Complementary Color

#017dee #ee7201

#017dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#017dee Color CSS Codes

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

#017dee Text Font Color

<p style="color:#017dee">Text here</p>

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


#017dee Background Color

<div style="background-color:#017dee">
Div content here</div>

This div background color is #017dee


#017dee Border Color

<div style="border:3px solid #017dee">
Div here</div>

This div border color is #017dee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,125,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #017dee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #017dee;
  -webkit-box-shadow: 1px 1px 3px 2px #017dee;
  box-shadow:         1px 1px 3px 2px #017dee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017dee


Comments

No comments written yet.

Please login to write comment.