Color Hex Logo

#37ddab Color Hex

#37DDAB
(55,221,171)
0 Favorites   0 Comments

Color spaces of #37ddab

RGB 55221171
HSL0.450.710.54
HSV162°75°87°
CMYK 0.750.000.23   0.13
XYZ34.782755.465447.4007
Yxy55.46540.25270.4029
Hunter Lab74.4751-46.965114.3966
CIE-Lab79.3086-53.173812.7464

#37ddab color RGB value is (55,221,171).

#37ddab hex color red value is 55, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #37ddab hue: 0.45 , saturation: 0.71 and the lightness value of 37ddab is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 11011101 10101011
Octal 67 335 253
Decimal 55 221 171
Hex 37 DD AB

RGB Percentages of Color #37ddab

%12.30
%49.44
%38.26

CMYK Percentages of Color #37ddab

%75
%0
%23
%13

Triadic Colors of #37ddab

#37ddab #ab37dd #ddab37

Analogous Colors of #37ddab

#37ddab #37bcdd #37dd58

Monochromatic Colors of #37ddab

#37ddab

Complementary Color

#37ddab #dd3769

#37ddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37ddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#37ddab Color CSS Codes

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

#37ddab Text Font Color

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

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


#37ddab Background Color

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

This div background color is #37ddab


#37ddab Border Color

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

This div border color is #37ddab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(55,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 #37ddab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37ddab


Comments

No comments written yet.

Please login to write comment.