Color Hex Logo

#11aedf Color Hex

#11AEDF
(17,174,223)
0 Favorites   0 Comments

Color spaces of #11aedf

RGB 17174223
HSL0.540.860.47
HSV194°92°87°
CMYK 0.920.220.00   0.13
XYZ28.686535.719075.1946
Yxy35.71900.20550.2559
Hunter Lab59.7654-18.9120-32.7607
CIE-Lab66.3047-19.3718-34.8777

#11aedf color RGB value is (17,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101110 11011111
Octal 21 256 337
Decimal 17 174 223
Hex 11 AE DF

RGB Percentages of Color #11aedf

%4.11
%42.03
%53.86

CMYK Percentages of Color #11aedf

%92
%22
%0
%13

Triadic Colors of #11aedf

#11aedf #df11ae #aedf11

Analogous Colors of #11aedf

#11aedf #1147df #11dfa9

Monochromatic Colors of #11aedf

#11aedf

Complementary Color

#11aedf #df4211

#11aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#11aedf Color CSS Codes

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

#11aedf Text Font Color

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

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


#11aedf Background Color

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

This div background color is #11aedf


#11aedf Border Color

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

This div border color is #11aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11aedf


Comments

No comments written yet.

Please login to write comment.