Color Hex Logo

#11cce6 Color Hex

#11CCE6
(17,204,230)
0 Favorites   0 Comments

Color spaces of #11cce6

RGB 17204230
HSL0.520.860.48
HSV187°93°90°
CMYK 0.930.110.00   0.10
XYZ36.107049.018182.4213
Yxy49.01810.21550.2926
Hunter Lab70.0129-30.4668-20.7889
CIE-Lab75.4626-32.1138-24.5792

#11cce6 color RGB value is (17,204,230).

#11cce6 hex color red value is 17, green value is 204 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #11cce6 hue: 0.52 , saturation: 0.86 and the lightness value of 11cce6 is 0.48.

The process color (four color CMYK) of #11cce6 color hex is 0.93, 0.11, 0.00, 0.10. Web safe color of #11cce6 is #00ccff. Color #11cce6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001100 11100110
Octal 21 314 346
Decimal 17 204 230
Hex 11 CC E6

RGB Percentages of Color #11cce6

%3.77
%45.23
%51.00

CMYK Percentages of Color #11cce6

%93
%11
%0
%10

Triadic Colors of #11cce6

#11cce6 #e611cc #cce611

Analogous Colors of #11cce6

#11cce6 #1162e6 #11e696

Monochromatic Colors of #11cce6

#11cce6

Complementary Color

#11cce6 #e62b11

#11cce6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11cce6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11cce6 Color CSS Codes

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

#11cce6 Text Font Color

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

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


#11cce6 Background Color

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

This div background color is #11cce6


#11cce6 Border Color

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

This div border color is #11cce6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11cce6


Comments

No comments written yet.

Please login to write comment.