Color Hex Logo

#37cddd Color Hex

#37CDDD
(55,205,221)
0 Favorites   0 Comments

Color spaces of #37cddd

RGB 55205221
HSL0.520.710.54
HSV186°75°87°
CMYK 0.750.070.00   0.13
XYZ36.458049.695376.0772
Yxy49.69530.22470.3063
Hunter Lab70.4949-31.0508-14.6386
CIE-Lab75.8819-32.7513-19.0543

#37cddd color RGB value is (55,205,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 11001101 11011101
Octal 67 315 335
Decimal 55 205 221
Hex 37 CD DD

RGB Percentages of Color #37cddd

%11.43
%42.62
%45.95

CMYK Percentages of Color #37cddd

%75
%7
%0
%13

Triadic Colors of #37cddd

#37cddd #dd37cd #cddd37

Analogous Colors of #37cddd

#37cddd #377add #37dd9a

Monochromatic Colors of #37cddd

#37cddd

Complementary Color

#37cddd #dd4737

#37cddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37cddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#37cddd Color CSS Codes

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

#37cddd Text Font Color

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

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


#37cddd Background Color

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

This div background color is #37cddd


#37cddd Border Color

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

This div border color is #37cddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37cddd


Comments

No comments written yet.

Please login to write comment.