Color Hex Logo

#11aebf Color Hex

#11AEBF
(17,174,191)
0 Favorites   0 Comments

Color spaces of #11aebf

RGB 17174191
HSL0.520.840.41
HSV186°91°75°
CMYK 0.910.090.00   0.25
XYZ24.771234.152954.5768
Yxy34.15290.21820.3009
Hunter Lab58.4405-26.6099-14.4618
CIE-Lab65.0838-30.1200-19.0719

#11aebf color RGB value is (17,174,191).

#11aebf hex color red value is 17, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #11aebf hue: 0.52 , saturation: 0.84 and the lightness value of 11aebf is 0.41.

The process color (four color CMYK) of #11aebf color hex is 0.91, 0.09, 0.00, 0.25. Web safe color of #11aebf is #0099cc. Color #11aebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101110 10111111
Octal 21 256 277
Decimal 17 174 191
Hex 11 AE BF

RGB Percentages of Color #11aebf

%4.45
%45.55
%50.00

CMYK Percentages of Color #11aebf

%91
%9
%0
%25

Triadic Colors of #11aebf

#11aebf #bf11ae #aebf11

Analogous Colors of #11aebf

#11aebf #1157bf #11bf79

Monochromatic Colors of #11aebf

#11aebf

Complementary Color

#11aebf #bf2211

#11aebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11aebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#11aebf Color CSS Codes

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

#11aebf Text Font Color

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

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


#11aebf Background Color

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

This div background color is #11aebf


#11aebf Border Color

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

This div border color is #11aebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,174,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11aebf


Comments

No comments written yet.

Please login to write comment.