Color Hex Logo

#017ddf Color Hex

#017DDF
(1,125,223)
0 Favorites   0 Comments

Color spaces of #017ddf

RGB 1125223
HSL0.570.990.44
HSV206°100°87°
CMYK 1.000.440.00   0.13
XYZ20.665420.001472.5835
Yxy20.00140.18250.1766
Hunter Lab44.72294.2155-64.9192
CIE-Lab51.83888.2487-57.7485

#017ddf color RGB value is (1,125,223).

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

The process color (four color CMYK) of #017ddf color hex is 1.00, 0.44, 0.00, 0.13. Web safe color of #017ddf is #0066cc. Color #017ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111101 11011111
Octal 1 175 337
Decimal 1 125 223
Hex 1 7D DF

RGB Percentages of Color #017ddf

%0.29
%35.82
%63.90

CMYK Percentages of Color #017ddf

%100
%44
%0
%13

Triadic Colors of #017ddf

#017ddf #df017d #7ddf01

Analogous Colors of #017ddf

#017ddf #010edf #01dfd2

Monochromatic Colors of #017ddf

#017ddf

Complementary Color

#017ddf #df6301

#017ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#017ddf Color CSS Codes

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

#017ddf Text Font Color

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

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


#017ddf Background Color

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

This div background color is #017ddf


#017ddf Border Color

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

This div border color is #017ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017ddf


Comments

No comments written yet.

Please login to write comment.