Color Hex Logo

#11cfba Color Hex

#11CFBA
(17,207,186)
0 Favorites   0 Comments

Color spaces of #11cfba

RGB 17207186
HSL0.480.850.44
HSV173°92°81°
CMYK 0.920.000.10   0.19
XYZ31.406948.290054.1200
Yxy48.29000.23470.3609
Hunter Lab69.4910-40.93512.4683
CIE-Lab75.0075-46.6005-1.5176

#11cfba color RGB value is (17,207,186).

#11cfba hex color red value is 17, green value is 207 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #11cfba hue: 0.48 , saturation: 0.85 and the lightness value of 11cfba is 0.44.

The process color (four color CMYK) of #11cfba color hex is 0.92, 0.00, 0.10, 0.19. Web safe color of #11cfba is #00cccc. Color #11cfba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001111 10111010
Octal 21 317 272
Decimal 17 207 186
Hex 11 CF BA

RGB Percentages of Color #11cfba

%4.15
%50.49
%45.37

CMYK Percentages of Color #11cfba

%92
%0
%10
%19

Triadic Colors of #11cfba

#11cfba #ba11cf #cfba11

Analogous Colors of #11cfba

#11cfba #1185cf #11cf5b

Monochromatic Colors of #11cfba

#11cfba

Complementary Color

#11cfba #cf1126

#11cfba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11cfba Color Preview on White Background

Lorem ipsum dolor sit amet.

#11cfba Color CSS Codes

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

#11cfba Text Font Color

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

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


#11cfba Background Color

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

This div background color is #11cfba


#11cfba Border Color

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

This div border color is #11cfba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11cfba


Comments

No comments written yet.

Please login to write comment.