Color Hex Logo

#11ceee Color Hex

#11CEEE
(17,206,238)
0 Favorites   0 Comments

Color spaces of #11ceee

RGB 17206238
HSL0.520.870.50
HSV189°93°93°
CMYK 0.930.130.00   0.07
XYZ37.735150.434888.6350
Yxy50.43480.21340.2853
Hunter Lab71.0175-29.4347-24.2860
CIE-Lab76.3354-30.5128-27.5444

#11ceee color RGB value is (17,206,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001110 11101110
Octal 21 316 356
Decimal 17 206 238
Hex 11 CE EE

RGB Percentages of Color #11ceee

%3.69
%44.69
%51.63

CMYK Percentages of Color #11ceee

%93
%13
%0
%7

Triadic Colors of #11ceee

#11ceee #ee11ce #ceee11

Analogous Colors of #11ceee

#11ceee #1160ee #11eea0

Monochromatic Colors of #11ceee

#11ceee

Complementary Color

#11ceee #ee3111

#11ceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ceee Color CSS Codes

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

#11ceee Text Font Color

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

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


#11ceee Background Color

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

This div background color is #11ceee


#11ceee Border Color

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

This div border color is #11ceee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,206,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 #11ceee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ceee


Comments

No comments written yet.

Please login to write comment.