Color Hex Logo

#37dace Color Hex

#37DACE
(55,218,206)
0 Favorites   0 Comments

Color spaces of #37dace

RGB 55218206
HSL0.490.690.54
HSV176°75°85°
CMYK 0.750.000.06   0.15
XYZ37.787555.411367.0964
Yxy55.41130.23570.3457
Hunter Lab74.4388-39.6555-1.3347
CIE-Lab79.2776-43.0247-5.9218

#37dace color RGB value is (55,218,206).

#37dace hex color red value is 55, green value is 218 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #37dace hue: 0.49 , saturation: 0.69 and the lightness value of 37dace is 0.54.

The process color (four color CMYK) of #37dace color hex is 0.75, 0.00, 0.06, 0.15. Web safe color of #37dace is #33cccc. Color #37dace contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 11011010 11001110
Octal 67 332 316
Decimal 55 218 206
Hex 37 DA CE

RGB Percentages of Color #37dace

%11.48
%45.51
%43.01

CMYK Percentages of Color #37dace

%75
%0
%6
%15

Triadic Colors of #37dace

#37dace #ce37da #dace37

Analogous Colors of #37dace

#37dace #3795da #37da7d

Monochromatic Colors of #37dace

#37dace

Complementary Color

#37dace #da3743

#37dace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37dace Color Preview on White Background

Lorem ipsum dolor sit amet.

#37dace Color CSS Codes

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

#37dace Text Font Color

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

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


#37dace Background Color

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

This div background color is #37dace


#37dace Border Color

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

This div border color is #37dace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37dace


Comments

No comments written yet.

Please login to write comment.