Color Hex Logo

#11afdf Color Hex

#11AFDF
(17,175,223)
0 Favorites   0 Comments

Color spaces of #11afdf

RGB 17175223
HSL0.540.860.47
HSV194°92°87°
CMYK 0.920.220.00   0.13
XYZ28.880436.106875.2592
Yxy36.10680.20590.2575
Hunter Lab60.0889-19.3636-32.1963
CIE-Lab66.6014-19.8971-34.4167

#11afdf color RGB value is (17,175,223).

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

The process color (four color CMYK) of #11afdf color hex is 0.92, 0.22, 0.00, 0.13. Web safe color of #11afdf is #0099cc. Color #11afdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101111 11011111
Octal 21 257 337
Decimal 17 175 223
Hex 11 AF DF

RGB Percentages of Color #11afdf

%4.10
%42.17
%53.73

CMYK Percentages of Color #11afdf

%92
%22
%0
%13

Triadic Colors of #11afdf

#11afdf #df11af #afdf11

Analogous Colors of #11afdf

#11afdf #1148df #11dfa8

Monochromatic Colors of #11afdf

#11afdf

Complementary Color

#11afdf #df4111

#11afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#11afdf Color CSS Codes

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

#11afdf Text Font Color

<p style="color:#11afdf">Text here</p>

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


#11afdf Background Color

<div style="background-color:#11afdf">
Div content here</div>

This div background color is #11afdf


#11afdf Border Color

<div style="border:3px solid #11afdf">
Div here</div>

This div border color is #11afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11afdf


Comments

No comments written yet.

Please login to write comment.