Color Hex Logo

#37ccde Color Hex

#37CCDE
(55,204,222)
0 Favorites   0 Comments

Color spaces of #37ccde

RGB 55204222
HSL0.520.720.54
HSV186°75°87°
CMYK 0.750.080.00   0.13
XYZ36.353249.271976.7016
Yxy49.27190.22400.3035
Hunter Lab70.1939-30.3949-15.6510
CIE-Lab75.6202-31.9718-19.9897

#37ccde color RGB value is (55,204,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 11001100 11011110
Octal 67 314 336
Decimal 55 204 222
Hex 37 CC DE

RGB Percentages of Color #37ccde

%11.43
%42.41
%46.15

CMYK Percentages of Color #37ccde

%75
%8
%0
%13

Triadic Colors of #37ccde

#37ccde #de37cc #ccde37

Analogous Colors of #37ccde

#37ccde #3779de #37de9d

Monochromatic Colors of #37ccde

#37ccde

Complementary Color

#37ccde #de4937

#37ccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37ccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#37ccde Color CSS Codes

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

#37ccde Text Font Color

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

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


#37ccde Background Color

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

This div background color is #37ccde


#37ccde Border Color

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

This div border color is #37ccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37ccde


Comments

No comments written yet.

Please login to write comment.