Color Hex Logo

#37fedb Color Hex

#37FEDB
(55,254,219)
0 Favorites   0 Comments

Color spaces of #37fedb

RGB 55254219
HSL0.470.990.61
HSV169°78°100°
CMYK 0.780.000.14   0.00
XYZ49.803576.810379.2188
Yxy76.81030.24200.3732
Hunter Lab87.6415-51.93757.7570
CIE-Lab90.2342-54.80833.2812

#37fedb color RGB value is (55,254,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 11111110 11011011
Octal 67 376 333
Decimal 55 254 219
Hex 37 FE DB

RGB Percentages of Color #37fedb

%10.42
%48.11
%41.48

CMYK Percentages of Color #37fedb

%78
%0
%14
%0

Triadic Colors of #37fedb

#37fedb #db37fe #fedb37

Analogous Colors of #37fedb

#37fedb #37befe #37fe78

Monochromatic Colors of #37fedb

#37fedb

Complementary Color

#37fedb #fe375a

#37fedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37fedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#37fedb Color CSS Codes

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

#37fedb Text Font Color

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

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


#37fedb Background Color

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

This div background color is #37fedb


#37fedb Border Color

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

This div border color is #37fedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37fedb

Related Colors


Comments

No comments written yet.

Please login to write comment.