Color Hex Logo

#11bfcc Color Hex

#11BFCC
(17,191,204)
0 Favorites   0 Comments

Color spaces of #11bfcc

RGB 17191204
HSL0.510.850.43
HSV184°92°80°
CMYK 0.920.060.00   0.20
XYZ29.761141.740463.6149
Yxy41.74040.22030.3089
Hunter Lab64.6068-30.8360-13.1550
CIE-Lab70.6916-34.1442-17.7292

#11bfcc color RGB value is (17,191,204).

#11bfcc hex color red value is 17, green value is 191 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #11bfcc hue: 0.51 , saturation: 0.85 and the lightness value of 11bfcc is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10111111 11001100
Octal 21 277 314
Decimal 17 191 204
Hex 11 BF CC

RGB Percentages of Color #11bfcc

%4.13
%46.36
%49.51

CMYK Percentages of Color #11bfcc

%92
%6
%0
%20

Triadic Colors of #11bfcc

#11bfcc #cc11bf #bfcc11

Analogous Colors of #11bfcc

#11bfcc #1161cc #11cc7c

Monochromatic Colors of #11bfcc

#11bfcc

Complementary Color

#11bfcc #cc1e11

#11bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#11bfcc Color CSS Codes

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

#11bfcc Text Font Color

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

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


#11bfcc Background Color

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

This div background color is #11bfcc


#11bfcc Border Color

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

This div border color is #11bfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11bfcc


Comments

No comments written yet.

Please login to write comment.