Color Hex Logo

#11afcb Color Hex

#11AFCB
(17,175,203)
0 Favorites   0 Comments

Color spaces of #11afcb

RGB 17175203
HSL0.530.850.43
HSV189°92°80°
CMYK 0.920.140.00   0.20
XYZ26.340635.090961.8848
Yxy35.09090.21360.2846
Hunter Lab59.2376-24.2939-20.4733
CIE-Lab65.8194-26.6836-24.5999

#11afcb color RGB value is (17,175,203).

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

The process color (four color CMYK) of #11afcb color hex is 0.92, 0.14, 0.00, 0.20. Web safe color of #11afcb is #0099cc. Color #11afcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101111 11001011
Octal 21 257 313
Decimal 17 175 203
Hex 11 AF CB

RGB Percentages of Color #11afcb

%4.30
%44.30
%51.39

CMYK Percentages of Color #11afcb

%92
%14
%0
%20

Triadic Colors of #11afcb

#11afcb #cb11af #afcb11

Analogous Colors of #11afcb

#11afcb #1152cb #11cb8a

Monochromatic Colors of #11afcb

#11afcb

Complementary Color

#11afcb #cb2d11

#11afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11afcb Color CSS Codes

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

#11afcb Text Font Color

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

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


#11afcb Background Color

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

This div background color is #11afcb


#11afcb Border Color

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

This div border color is #11afcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11afcb


Comments

No comments written yet.

Please login to write comment.