Color Hex Logo

#11cabe Color Hex

#11CABE
(17,202,190)
0 Favorites   0 Comments

Color spaces of #11cabe

RGB 17202190
HSL0.490.840.43
HSV176°92°79°
CMYK 0.920.000.06   0.21
XYZ30.646046.077955.9939
Yxy46.07790.23090.3472
Hunter Lab67.8807-38.2041-1.3910
CIE-Lab73.5961-43.3312-5.7589

#11cabe color RGB value is (17,202,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001010 10111110
Octal 21 312 276
Decimal 17 202 190
Hex 11 CA BE

RGB Percentages of Color #11cabe

%4.16
%49.39
%46.45

CMYK Percentages of Color #11cabe

%92
%0
%6
%21

Triadic Colors of #11cabe

#11cabe #be11ca #cabe11

Analogous Colors of #11cabe

#11cabe #117aca #11ca62

Monochromatic Colors of #11cabe

#11cabe

Complementary Color

#11cabe #ca111d

#11cabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11cabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#11cabe Color CSS Codes

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

#11cabe Text Font Color

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

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


#11cabe Background Color

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

This div background color is #11cabe


#11cabe Border Color

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

This div border color is #11cabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11cabe


Comments

No comments written yet.

Please login to write comment.