Color Hex Logo

#017edc Color Hex

#017EDC
(1,126,220)
0 Favorites   0 Comments

Color spaces of #017edc

RGB 1126220
HSL0.570.990.43
HSV206°100°86°
CMYK 1.000.430.00   0.14
XYZ20.391620.095570.5142
Yxy20.09550.18370.1810
Hunter Lab44.82802.7480-61.8832
CIE-Lab51.94506.4572-55.8890

#017edc color RGB value is (1,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111110 11011100
Octal 1 176 334
Decimal 1 126 220
Hex 1 7E DC

RGB Percentages of Color #017edc

%0.29
%36.31
%63.40

CMYK Percentages of Color #017edc

%100
%43
%0
%14

Triadic Colors of #017edc

#017edc #dc017e #7edc01

Analogous Colors of #017edc

#017edc #0111dc #01dccd

Monochromatic Colors of #017edc

#017edc

Complementary Color

#017edc #dc5f01

#017edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#017edc Color CSS Codes

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

#017edc Text Font Color

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

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


#017edc Background Color

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

This div background color is #017edc


#017edc Border Color

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

This div border color is #017edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017edc


Comments

No comments written yet.

Please login to write comment.