Color Hex Logo

#37ddde Color Hex

#37DDDE
(55,221,222)
0 Favorites   0 Comments

Color spaces of #37ddde

RGB 55221222
HSL0.500.720.54
HSV180°75°87°
CMYK 0.750.000.00   0.13
XYZ40.616857.799178.1228
Yxy57.79910.23010.3274
Hunter Lab76.0257-37.6812-7.7074
CIE-Lab80.6270-39.8850-12.4497

#37ddde color RGB value is (55,221,222).

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

The process color (four color CMYK) of #37ddde color hex is 0.75, 0.00, 0.00, 0.13. Web safe color of #37ddde is #33cccc. Color #37ddde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 11011101 11011110
Octal 67 335 336
Decimal 55 221 222
Hex 37 DD DE

RGB Percentages of Color #37ddde

%11.04
%44.38
%44.58

CMYK Percentages of Color #37ddde

%75
%0
%0
%13

Triadic Colors of #37ddde

#37ddde #de37dd #ddde37

Analogous Colors of #37ddde

#37ddde #378ade #37de8c

Monochromatic Colors of #37ddde

#37ddde

Complementary Color

#37ddde #de3837

#37ddde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37ddde Color Preview on White Background

Lorem ipsum dolor sit amet.

#37ddde Color CSS Codes

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

#37ddde Text Font Color

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

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


#37ddde Background Color

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

This div background color is #37ddde


#37ddde Border Color

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

This div border color is #37ddde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37ddde


Comments

No comments written yet.

Please login to write comment.