Color Hex Logo

#11cabb Color Hex

#11CABB
(17,202,187)
0 Favorites   0 Comments

Color spaces of #11cabb

RGB 17202187
HSL0.490.840.43
HSV175°92°79°
CMYK 0.920.000.07   0.21
XYZ30.321345.948154.2845
Yxy45.94810.23230.3519
Hunter Lab67.7850-38.7780-0.0319
CIE-Lab73.5118-44.1834-4.2566

#11cabb color RGB value is (17,202,187).

#11cabb hex color red value is 17, green value is 202 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #11cabb hue: 0.49 , saturation: 0.84 and the lightness value of 11cabb is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001010 10111011
Octal 21 312 273
Decimal 17 202 187
Hex 11 CA BB

RGB Percentages of Color #11cabb

%4.19
%49.75
%46.06

CMYK Percentages of Color #11cabb

%92
%0
%7
%21

Triadic Colors of #11cabb

#11cabb #bb11ca #cabb11

Analogous Colors of #11cabb

#11cabb #117dca #11ca5e

Monochromatic Colors of #11cabb

#11cabb

Complementary Color

#11cabb #ca1120

#11cabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11cabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11cabb Color CSS Codes

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

#11cabb Text Font Color

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

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


#11cabb Background Color

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

This div background color is #11cabb


#11cabb Border Color

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

This div border color is #11cabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,202,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 #11cabb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11cabb


Comments

No comments written yet.

Please login to write comment.