Color Hex Logo

#37fedc Color Hex

#37FEDC
(55,254,220)
0 Favorites   0 Comments

Color spaces of #37fedc

RGB 55254220
HSL0.470.990.61
HSV170°78°100°
CMYK 0.780.000.13   0.00
XYZ49.935676.863279.9143
Yxy76.86320.24160.3718
Hunter Lab87.6717-51.75627.3263
CIE-Lab90.2586-54.55732.7983

#37fedc color RGB value is (55,254,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 11111110 11011100
Octal 67 376 334
Decimal 55 254 220
Hex 37 FE DC

RGB Percentages of Color #37fedc

%10.40
%48.02
%41.59

CMYK Percentages of Color #37fedc

%78
%0
%13
%0

Triadic Colors of #37fedc

#37fedc #dc37fe #fedc37

Analogous Colors of #37fedc

#37fedc #37bdfe #37fe79

Monochromatic Colors of #37fedc

#37fedc

Complementary Color

#37fedc #fe3759

#37fedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37fedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#37fedc Color CSS Codes

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

#37fedc Text Font Color

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

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


#37fedc Background Color

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

This div background color is #37fedc


#37fedc Border Color

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

This div border color is #37fedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37fedc


Comments

No comments written yet.

Please login to write comment.