Color Hex Logo

#11bfbe Color Hex

#11BFBE
(17,191,190)
0 Favorites   0 Comments

Color spaces of #11bfbe

RGB 17191190
HSL0.500.840.41
HSV180°91°75°
CMYK 0.910.000.01   0.25
XYZ28.156241.098555.1640
Yxy41.09850.22630.3303
Hunter Lab64.1081-33.7922-6.1424
CIE-Lab70.2449-38.4350-10.7412

#11bfbe color RGB value is (17,191,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111111 10111110
Octal 21 277 276
Decimal 17 191 190
Hex 11 BF BE

RGB Percentages of Color #11bfbe

%4.27
%47.99
%47.74

CMYK Percentages of Color #11bfbe

%91
%0
%1
%25

Triadic Colors of #11bfbe

#11bfbe #be11bf #bfbe11

Analogous Colors of #11bfbe

#11bfbe #1169bf #11bf67

Monochromatic Colors of #11bfbe

#11bfbe

Complementary Color

#11bfbe #bf1112

#11bfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bfbe Color CSS Codes

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

#11bfbe Text Font Color

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

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


#11bfbe Background Color

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

This div background color is #11bfbe


#11bfbe Border Color

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

This div border color is #11bfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bfbe


Comments

No comments written yet.

Please login to write comment.