Color Hex Logo

#37fddf Color Hex

#37FDDF
(55,253,223)
0 Favorites   0 Comments

Color spaces of #37fddf

RGB 55253223
HSL0.470.980.60
HSV171°78°99°
CMYK 0.780.000.12   0.01
XYZ50.020176.390581.9205
Yxy76.39050.24010.3667
Hunter Lab87.4017-50.79715.6094
CIE-Lab90.0403-53.38900.9248

#37fddf color RGB value is (55,253,223).

#37fddf hex color red value is 55, green value is 253 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #37fddf hue: 0.47 , saturation: 0.98 and the lightness value of 37fddf is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 11111101 11011111
Octal 67 375 337
Decimal 55 253 223
Hex 37 FD DF

RGB Percentages of Color #37fddf

%10.36
%47.65
%42.00

CMYK Percentages of Color #37fddf

%78
%0
%12
%1

Triadic Colors of #37fddf

#37fddf #df37fd #fddf37

Analogous Colors of #37fddf

#37fddf #37b8fd #37fd7c

Monochromatic Colors of #37fddf

#37fddf

Complementary Color

#37fddf #fd3755

#37fddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37fddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#37fddf Color CSS Codes

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

#37fddf Text Font Color

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

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


#37fddf Background Color

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

This div background color is #37fddf


#37fddf Border Color

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

This div border color is #37fddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37fddf


Comments

No comments written yet.

Please login to write comment.