Color Hex Logo

#11caed Color Hex

#11CAED
(17,202,237)
0 Favorites   0 Comments

Color spaces of #11caed

RGB 17202237
HSL0.530.870.50
HSV190°93°93°
CMYK 0.930.150.00   0.07
XYZ36.637848.474787.5463
Yxy48.47470.21220.2808
Hunter Lab69.6238-27.9104-25.8158
CIE-Lab75.1234-28.8857-28.8663

#11caed color RGB value is (17,202,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001010 11101101
Octal 21 312 355
Decimal 17 202 237
Hex 11 CA ED

RGB Percentages of Color #11caed

%3.73
%44.30
%51.97

CMYK Percentages of Color #11caed

%93
%15
%0
%7

Triadic Colors of #11caed

#11caed #ed11ca #caed11

Analogous Colors of #11caed

#11caed #115ced #11eda2

Monochromatic Colors of #11caed

#11caed

Complementary Color

#11caed #ed3411

#11caed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11caed Color Preview on White Background

Lorem ipsum dolor sit amet.

#11caed Color CSS Codes

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

#11caed Text Font Color

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

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


#11caed Background Color

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

This div background color is #11caed


#11caed Border Color

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

This div border color is #11caed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11caed


Comments

No comments written yet.

Please login to write comment.