Color Hex Logo

#017ded Color Hex

#017DED
(1,125,237)
0 Favorites   0 Comments

Color spaces of #017ded

RGB 1125237
HSL0.580.990.47
HSV208°100°93°
CMYK 1.000.470.00   0.07
XYZ22.632220.788182.9404
Yxy20.78810.17910.1645
Hunter Lab45.59408.8154-75.9392
CIE-Lab52.716813.7149-64.1779

#017ded color RGB value is (1,125,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111101 11101101
Octal 1 175 355
Decimal 1 125 237
Hex 1 7D ED

RGB Percentages of Color #017ded

%0.28
%34.44
%65.29

CMYK Percentages of Color #017ded

%100
%47
%0
%7

Triadic Colors of #017ded

#017ded #ed017d #7ded01

Analogous Colors of #017ded

#017ded #0107ed #01ede7

Monochromatic Colors of #017ded

#017ded

Complementary Color

#017ded #ed7101

#017ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#017ded Color CSS Codes

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

#017ded Text Font Color

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

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


#017ded Background Color

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

This div background color is #017ded


#017ded Border Color

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

This div border color is #017ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017ded


Comments

No comments written yet.

Please login to write comment.