Color Hex Logo

#11abcf Color Hex

#11ABCF
(17,171,207)
0 Favorites   0 Comments

Color spaces of #11abcf

RGB 17171207
HSL0.530.850.44
HSV191°92°81°
CMYK 0.920.170.00   0.19
XYZ26.056633.750064.1726
Yxy33.75000.21020.2722
Hunter Lab58.0948-21.6052-24.8266
CIE-Lab64.7636-23.3089-28.4369

#11abcf color RGB value is (17,171,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10101011 11001111
Octal 21 253 317
Decimal 17 171 207
Hex 11 AB CF

RGB Percentages of Color #11abcf

%4.30
%43.29
%52.41

CMYK Percentages of Color #11abcf

%92
%17
%0
%19

Triadic Colors of #11abcf

#11abcf #cf11ab #abcf11

Analogous Colors of #11abcf

#11abcf #114ccf #11cf94

Monochromatic Colors of #11abcf

#11abcf

Complementary Color

#11abcf #cf3511

#11abcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11abcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#11abcf Color CSS Codes

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

#11abcf Text Font Color

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

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


#11abcf Background Color

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

This div background color is #11abcf


#11abcf Border Color

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

This div border color is #11abcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11abcf


Comments

No comments written yet.

Please login to write comment.