Color Hex Logo

#11caef Color Hex

#11CAEF
(17,202,239)
0 Favorites   0 Comments

Color spaces of #11caef

RGB 17202239
HSL0.530.870.50
HSV190°93°94°
CMYK 0.930.150.00   0.06
XYZ36.931748.592289.0941
Yxy48.59220.21150.2783
Hunter Lab69.7081-27.4190-26.9830
CIE-Lab75.1969-28.2324-29.8291

#11caef color RGB value is (17,202,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11001010 11101111
Octal 21 312 357
Decimal 17 202 239
Hex 11 CA EF

RGB Percentages of Color #11caef

%3.71
%44.10
%52.18

CMYK Percentages of Color #11caef

%93
%15
%0
%6

Triadic Colors of #11caef

#11caef #ef11ca #caef11

Analogous Colors of #11caef

#11caef #115bef #11efa5

Monochromatic Colors of #11caef

#11caef

Complementary Color

#11caef #ef3611

#11caef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11caef Color Preview on White Background

Lorem ipsum dolor sit amet.

#11caef Color CSS Codes

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

#11caef Text Font Color

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

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


#11caef Background Color

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

This div background color is #11caef


#11caef Border Color

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

This div border color is #11caef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11caef

#11caef Color Palettes


Comments

No comments written yet.

Please login to write comment.