Color Hex Logo

#11bfae Color Hex

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

Color spaces of #11bfae

RGB 17191174
HSL0.480.840.41
HSV174°91°75°
CMYK 0.910.000.09   0.25
XYZ26.501940.436846.4527
Yxy40.43680.23370.3566
Hunter Lab63.5899-36.89031.2014
CIE-Lab69.7795-43.0891-2.6657

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

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

The process color (four color CMYK) of #11bfae color hex is 0.91, 0.00, 0.09, 0.25. Web safe color of #11bfae is #00cc99. Color #11bfae contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #11bfae

%4.45
%50.00
%45.55

CMYK Percentages of Color #11bfae

%91
%0
%9
%25

Triadic Colors of #11bfae

#11bfae #ae11bf #bfae11

Analogous Colors of #11bfae

#11bfae #1179bf #11bf57

Monochromatic Colors of #11bfae

#11bfae

Complementary Color

#11bfae #bf1122

#11bfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bfae Color CSS Codes

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

#11bfae Text Font Color

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

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


#11bfae Background Color

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

This div background color is #11bfae


#11bfae Border Color

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

This div border color is #11bfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bfae


Comments

No comments written yet.

Please login to write comment.