Color Hex Logo

#017bda Color Hex

#017BDA
(1,123,218)
0 Favorites   0 Comments

Color spaces of #017bda

RGB 1123218
HSL0.570.990.43
HSV206°100°85°
CMYK 1.000.440.00   0.15
XYZ19.750419.234369.0013
Yxy19.23430.18290.1781
Hunter Lab43.85693.6355-62.5827
CIE-Lab50.96027.5312-56.3405

#017bda color RGB value is (1,123,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 01111011 11011010
Octal 1 173 332
Decimal 1 123 218
Hex 1 7B DA

RGB Percentages of Color #017bda

%0.29
%35.96
%63.74

CMYK Percentages of Color #017bda

%100
%44
%0
%15

Triadic Colors of #017bda

#017bda #da017b #7bda01

Analogous Colors of #017bda

#017bda #010fda #01dacd

Monochromatic Colors of #017bda

#017bda

Complementary Color

#017bda #da6001

#017bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#017bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#017bda Color CSS Codes

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

#017bda Text Font Color

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

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


#017bda Background Color

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

This div background color is #017bda


#017bda Border Color

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

This div border color is #017bda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,123,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 #017bda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #017bda


Comments

No comments written yet.

Please login to write comment.