Color Hex Logo

#117adf Color Hex

#117ADF
(17,122,223)
0 Favorites   0 Comments

Color spaces of #117adf

RGB 17122223
HSL0.580.860.47
HSV209°92°87°
CMYK 0.920.450.00   0.13
XYZ20.510019.366072.4690
Yxy19.36600.18260.1724
Hunter Lab44.00686.1805-66.8321
CIE-Lab51.112710.6230-58.9085

#117adf color RGB value is (17,122,223).

#117adf hex color red value is 17, green value is 122 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #117adf hue: 0.58 , saturation: 0.86 and the lightness value of 117adf is 0.47.

The process color (four color CMYK) of #117adf color hex is 0.92, 0.45, 0.00, 0.13. Web safe color of #117adf is #0066cc. Color #117adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111010 11011111
Octal 21 172 337
Decimal 17 122 223
Hex 11 7A DF

RGB Percentages of Color #117adf

%4.70
%33.70
%61.60

CMYK Percentages of Color #117adf

%92
%45
%0
%13

Triadic Colors of #117adf

#117adf #df117a #7adf11

Analogous Colors of #117adf

#117adf #1113df #11dfdd

Monochromatic Colors of #117adf

#117adf

Complementary Color

#117adf #df7611

#117adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#117adf Color CSS Codes

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

#117adf Text Font Color

<p style="color:#117adf">Text here</p>

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


#117adf Background Color

<div style="background-color:#117adf">
Div content here</div>

This div background color is #117adf


#117adf Border Color

<div style="border:3px solid #117adf">
Div here</div>

This div border color is #117adf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,122,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #117adf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #117adf;
  -webkit-box-shadow: 1px 1px 3px 2px #117adf;
  box-shadow:         1px 1px 3px 2px #117adf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,122,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 #117adf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117adf


Comments

No comments written yet.

Please login to write comment.