Color Hex Logo

#11fcbb Color Hex

#11FCBB
(17,252,187)
0 Favorites   0 Comments

Color spaces of #11fcbb

RGB 17252187
HSL0.450.980.53
HSV163°93°99°
CMYK 0.930.000.26   0.01
XYZ44.011273.327858.8478
Yxy73.32780.24980.4162
Hunter Lab85.6317-58.113619.1969
CIE-Lab88.6038-64.056117.4393

#11fcbb color RGB value is (17,252,187).

#11fcbb hex color red value is 17, green value is 252 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #11fcbb hue: 0.45 , saturation: 0.98 and the lightness value of 11fcbb is 0.53.

The process color (four color CMYK) of #11fcbb color hex is 0.93, 0.00, 0.26, 0.01. Web safe color of #11fcbb is #00ffcc. Color #11fcbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11111100 10111011
Octal 21 374 273
Decimal 17 252 187
Hex 11 FC BB

RGB Percentages of Color #11fcbb

%3.73
%55.26
%41.01

CMYK Percentages of Color #11fcbb

%93
%0
%26
%1

Triadic Colors of #11fcbb

#11fcbb #bb11fc #fcbb11

Analogous Colors of #11fcbb

#11fcbb #11c8fc #11fc46

Monochromatic Colors of #11fcbb

#11fcbb

Complementary Color

#11fcbb #fc1152

#11fcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11fcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11fcbb Color CSS Codes

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

#11fcbb Text Font Color

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

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


#11fcbb Background Color

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

This div background color is #11fcbb


#11fcbb Border Color

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

This div border color is #11fcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11fcbb


Comments

No comments written yet.

Please login to write comment.