Color Hex Logo

#11ffd4 Color Hex

#11FFD4
(17,255,212)
0 Favorites   0 Comments

Color spaces of #11ffd4

RGB 17255212
HSL0.471.000.53
HSV169°93°100°
CMYK 0.930.000.17   0.00
XYZ47.874876.392674.5093
Yxy76.39260.24080.3843
Hunter Lab87.4029-55.181910.6384
CIE-Lab90.0413-59.24896.5862

#11ffd4 color RGB value is (17,255,212).

#11ffd4 hex color red value is 17, green value is 255 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #11ffd4 hue: 0.47 , saturation: 1.00 and the lightness value of 11ffd4 is 0.53.

The process color (four color CMYK) of #11ffd4 color hex is 0.93, 0.00, 0.17, 0.00. Web safe color of #11ffd4 is #00ffcc. Color #11ffd4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11111111 11010100
Octal 21 377 324
Decimal 17 255 212
Hex 11 FF D4

RGB Percentages of Color #11ffd4

%3.51
%52.69
%43.80

CMYK Percentages of Color #11ffd4

%93
%0
%17
%0

Triadic Colors of #11ffd4

#11ffd4 #d411ff #ffd411

Analogous Colors of #11ffd4

#11ffd4 #11b3ff #11ff5d

Monochromatic Colors of #11ffd4

#11ffd4

Complementary Color

#11ffd4 #ff113c

#11ffd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ffd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ffd4 Color CSS Codes

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

#11ffd4 Text Font Color

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

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


#11ffd4 Background Color

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

This div background color is #11ffd4


#11ffd4 Border Color

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

This div border color is #11ffd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ffd4


Comments

No comments written yet.

Please login to write comment.