Color Hex Logo

#91ddab Color Hex

#91DDAB
(145,221,171)
0 Favorites   0 Comments

Color spaces of #91ddab

RGB 145221171
HSL0.390.530.72
HSV141°34°87°
CMYK 0.340.000.23   0.13
XYZ44.884260.672947.8735
Yxy60.67290.29250.3954
Hunter Lab77.8928-33.455318.0849
CIE-Lab82.2026-33.923717.2338

#91ddab color RGB value is (145,221,171).

#91ddab hex color red value is 145, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #91ddab hue: 0.39 , saturation: 0.53 and the lightness value of 91ddab is 0.72.

The process color (four color CMYK) of #91ddab color hex is 0.34, 0.00, 0.23, 0.13. Web safe color of #91ddab is #99cc99. Color #91ddab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 11011101 10101011
Octal 221 335 253
Decimal 145 221 171
Hex 91 DD AB

RGB Percentages of Color #91ddab

%27.00
%41.15
%31.84

CMYK Percentages of Color #91ddab

%34
%0
%23
%13

Triadic Colors of #91ddab

#91ddab #ab91dd #ddab91

Analogous Colors of #91ddab

#91ddab #91ddd1 #9ddd91

Monochromatic Colors of #91ddab

#91ddab

Complementary Color

#91ddab #dd91c3

#91ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#91ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#91ddab Color CSS Codes

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

#91ddab Text Font Color

<p style="color:#91ddab">Text here</p>

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


#91ddab Background Color

<div style="background-color:#91ddab">
Div content here</div>

This div background color is #91ddab


#91ddab Border Color

<div style="border:3px solid #91ddab">
Div here</div>

This div border color is #91ddab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,221,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #91ddab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #91ddab;
  -webkit-box-shadow: 1px 1px 3px 2px #91ddab;
  box-shadow:         1px 1px 3px 2px #91ddab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #91ddab


Comments

No comments written yet.

Please login to write comment.