Color Hex Logo

#37ccdd Color Hex

#37CCDD
(55,204,221)
0 Favorites   0 Comments

Color spaces of #37ccdd

RGB 55204221
HSL0.520.710.54
HSV186°75°87°
CMYK 0.750.080.00   0.13
XYZ36.219649.218475.9977
Yxy49.21840.22440.3049
Hunter Lab70.1558-30.6179-15.1180
CIE-Lab75.5870-32.2740-19.5008

#37ccdd color RGB value is (55,204,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 11001100 11011101
Octal 67 314 335
Decimal 55 204 221
Hex 37 CC DD

RGB Percentages of Color #37ccdd

%11.46
%42.50
%46.04

CMYK Percentages of Color #37ccdd

%75
%8
%0
%13

Triadic Colors of #37ccdd

#37ccdd #dd37cc #ccdd37

Analogous Colors of #37ccdd

#37ccdd #3779dd #37dd9b

Monochromatic Colors of #37ccdd

#37ccdd

Complementary Color

#37ccdd #dd4837

#37ccdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37ccdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#37ccdd Color CSS Codes

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

#37ccdd Text Font Color

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

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


#37ccdd Background Color

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

This div background color is #37ccdd


#37ccdd Border Color

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

This div border color is #37ccdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37ccdd


Comments

No comments written yet.

Please login to write comment.