Color Hex Logo

#11ddbb Color Hex

#11DDBB
(17,221,187)
0 Favorites   0 Comments

Color spaces of #11ddbb

RGB 17221187
HSL0.470.860.47
HSV170°92°87°
CMYK 0.920.000.15   0.13
XYZ35.057355.419955.8631
Yxy55.41990.23960.3787
Hunter Lab74.4445-46.21907.6200
CIE-Lab79.2825-52.12284.1703

#11ddbb color RGB value is (17,221,187).

#11ddbb hex color red value is 17, green value is 221 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #11ddbb hue: 0.47 , saturation: 0.86 and the lightness value of 11ddbb is 0.47.

The process color (four color CMYK) of #11ddbb color hex is 0.92, 0.00, 0.15, 0.13. Web safe color of #11ddbb is #00cccc. Color #11ddbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 11011101 10111011
Octal 21 335 273
Decimal 17 221 187
Hex 11 DD BB

RGB Percentages of Color #11ddbb

%4.00
%52.00
%44.00

CMYK Percentages of Color #11ddbb

%92
%0
%15
%13

Triadic Colors of #11ddbb

#11ddbb #bb11dd #ddbb11

Analogous Colors of #11ddbb

#11ddbb #1199dd #11dd55

Monochromatic Colors of #11ddbb

#11ddbb

Complementary Color

#11ddbb #dd1133

#11ddbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11ddbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#11ddbb Color CSS Codes

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

#11ddbb Text Font Color

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

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


#11ddbb Background Color

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

This div background color is #11ddbb


#11ddbb Border Color

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

This div border color is #11ddbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11ddbb


Comments

No comments written yet.

Please login to write comment.