Color Hex Logo

#11defc Color Hex

#11DEFC
(17,222,252)
0 Favorites   0 Comments

Color spaces of #11defc

RGB 17222252
HSL0.520.980.53
HSV188°93°99°
CMYK 0.930.120.00   0.01
XYZ43.923159.3900101.2439
Yxy59.39000.21470.2903
Hunter Lab77.0649-33.1276-23.9467
CIE-Lab81.5055-33.7182-27.0960

#11defc color RGB value is (17,222,252).

#11defc hex color red value is 17, green value is 222 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #11defc hue: 0.52 , saturation: 0.98 and the lightness value of 11defc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011110 11111100
Octal 21 336 374
Decimal 17 222 252
Hex 11 DE FC

RGB Percentages of Color #11defc

%3.46
%45.21
%51.32

CMYK Percentages of Color #11defc

%93
%12
%0
%1

Triadic Colors of #11defc

#11defc #fc11de #defc11

Analogous Colors of #11defc

#11defc #1169fc #11fca5

Monochromatic Colors of #11defc

#11defc

Complementary Color

#11defc #fc2f11

#11defc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11defc Color Preview on White Background

Lorem ipsum dolor sit amet.

#11defc Color CSS Codes

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

#11defc Text Font Color

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

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


#11defc Background Color

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

This div background color is #11defc


#11defc Border Color

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

This div border color is #11defc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11defc


Comments

No comments written yet.

Please login to write comment.