Color Hex Logo

#11ccee Color Hex

#11CCEE
(17,204,238)
3 Favorites   0 Comments

Color spaces of #11ccee

RGB 17204238
HSL0.530.870.50
HSV189°93°93°
CMYK 0.930.140.00   0.07
XYZ37.256649.477988.4755
Yxy49.47790.21260.2824
Hunter Lab70.3405-28.5515-25.3376
CIE-Lab75.7477-29.5395-28.4456

#11ccee color RGB value is (17,204,238).

#11ccee hex color red value is 17, green value is 204 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #11ccee hue: 0.53 , saturation: 0.87 and the lightness value of 11ccee is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001100 11101110
Octal 21 314 356
Decimal 17 204 238
Hex 11 CC EE

RGB Percentages of Color #11ccee

%3.70
%44.44
%51.85

CMYK Percentages of Color #11ccee

%93
%14
%0
%7

Triadic Colors of #11ccee

#11ccee #ee11cc #ccee11

Analogous Colors of #11ccee

#11ccee #115eee #11eea2

Monochromatic Colors of #11ccee

#11ccee

Complementary Color

#11ccee #ee3311

#11ccee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ccee Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ccee Color CSS Codes

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

#11ccee Text Font Color

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

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


#11ccee Background Color

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

This div background color is #11ccee


#11ccee Border Color

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

This div border color is #11ccee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ccee


Comments

No comments written yet.

Please login to write comment.