Color Hex Logo

#11defd Color Hex

#11DEFD
(17,222,253)
0 Favorites   0 Comments

Color spaces of #11defd

RGB 17222253
HSL0.520.980.53
HSV188°93°99°
CMYK 0.930.120.00   0.01
XYZ44.082159.4536102.0808
Yxy59.45360.21440.2891
Hunter Lab77.1062-32.8862-24.5197
CIE-Lab81.5403-33.4023-27.5724

#11defd color RGB value is (17,222,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011110 11111101
Octal 21 336 375
Decimal 17 222 253
Hex 11 DE FD

RGB Percentages of Color #11defd

%3.46
%45.12
%51.42

CMYK Percentages of Color #11defd

%93
%12
%0
%1

Triadic Colors of #11defd

#11defd #fd11de #defd11

Analogous Colors of #11defd

#11defd #1168fd #11fda6

Monochromatic Colors of #11defd

#11defd

Complementary Color

#11defd #fd3011

#11defd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11defd Color Preview on White Background

Lorem ipsum dolor sit amet.

#11defd Color CSS Codes

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

#11defd Text Font Color

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

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


#11defd Background Color

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

This div background color is #11defd


#11defd Border Color

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

This div border color is #11defd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11defd

Related Colors


Comments

No comments written yet.

Please login to write comment.