Color Hex Logo

#37ffdc Color Hex

#37FFDC
(55,255,220)
0 Favorites   0 Comments

Color spaces of #37ffdc

RGB 55255220
HSL0.471.000.61
HSV170°78°100°
CMYK 0.780.000.14   0.00
XYZ50.253877.499580.0204
Yxy77.49950.24190.3730
Hunter Lab88.0338-52.16307.7306
CIE-Lab90.5510-54.96263.2227

#37ffdc color RGB value is (55,255,220).

#37ffdc hex color red value is 55, green value is 255 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #37ffdc hue: 0.47 , saturation: 1.00 and the lightness value of 37ffdc is 0.61.

The process color (four color CMYK) of #37ffdc color hex is 0.78, 0.00, 0.14, 0.00. Web safe color of #37ffdc is #33ffcc. Color #37ffdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 11111111 11011100
Octal 67 377 334
Decimal 55 255 220
Hex 37 FF DC

RGB Percentages of Color #37ffdc

%10.38
%48.11
%41.51

CMYK Percentages of Color #37ffdc

%78
%0
%14
%0

Triadic Colors of #37ffdc

#37ffdc #dc37ff #ffdc37

Analogous Colors of #37ffdc

#37ffdc #37beff #37ff78

Monochromatic Colors of #37ffdc

#37ffdc

Complementary Color

#37ffdc #ff375a

#37ffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37ffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#37ffdc Color CSS Codes

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

#37ffdc Text Font Color

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

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


#37ffdc Background Color

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

This div background color is #37ffdc


#37ffdc Border Color

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

This div border color is #37ffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37ffdc

Related Colors


Comments

No comments written yet.

Please login to write comment.