Color Hex Logo

#11c5ee Color Hex

#11C5EE
(17,197,238)
0 Favorites   0 Comments

Color spaces of #11c5ee

RGB 17197238
HSL0.530.870.50
HSV191°93°93°
CMYK 0.930.170.00   0.07
XYZ35.630046.224787.9333
Yxy46.22470.20980.2722
Hunter Lab67.9887-25.4361-29.0906
CIE-Lab73.6911-26.0798-31.6094

#11c5ee color RGB value is (17,197,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11000101 11101110
Octal 21 305 356
Decimal 17 197 238
Hex 11 C5 EE

RGB Percentages of Color #11c5ee

%3.76
%43.58
%52.65

CMYK Percentages of Color #11c5ee

%93
%17
%0
%7

Triadic Colors of #11c5ee

#11c5ee #ee11c5 #c5ee11

Analogous Colors of #11c5ee

#11c5ee #1157ee #11eea9

Monochromatic Colors of #11c5ee

#11c5ee

Complementary Color

#11c5ee #ee3a11

#11c5ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11c5ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#11c5ee Color CSS Codes

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

#11c5ee Text Font Color

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

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


#11c5ee Background Color

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

This div background color is #11c5ee


#11c5ee Border Color

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

This div border color is #11c5ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11c5ee


Comments

No comments written yet.

Please login to write comment.