Color Hex Logo

#017dda Color Hex

#017DDA
(1,125,218)
0 Favorites   0 Comments

Color spaces of #017dda

RGB 1125218
HSL0.570.990.43
HSV206°100°85°
CMYK 1.000.430.00   0.15
XYZ20.001019.735669.0849
Yxy19.73560.18380.1814
Hunter Lab44.42482.6213-61.1045
CIE-Lab51.53696.2926-55.4155

#017dda color RGB value is (1,125,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111101 11011010
Octal 1 175 332
Decimal 1 125 218
Hex 1 7D DA

RGB Percentages of Color #017dda

%0.29
%36.34
%63.37

CMYK Percentages of Color #017dda

%100
%43
%0
%15

Triadic Colors of #017dda

#017dda #da017d #7dda01

Analogous Colors of #017dda

#017dda #0110da #01dacb

Monochromatic Colors of #017dda

#017dda

Complementary Color

#017dda #da5e01

#017dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#017dda Color CSS Codes

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

#017dda Text Font Color

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

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


#017dda Background Color

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

This div background color is #017dda


#017dda Border Color

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

This div border color is #017dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017dda


Comments

No comments written yet.

Please login to write comment.