Color Hex Logo

#37ebde Color Hex

#37EBDE
(55,235,222)
0 Favorites   0 Comments

Color spaces of #37ebde

RGB 55235222
HSL0.490.820.57
HSV176°77°92°
CMYK 0.770.000.06   0.08
XYZ44.468765.502879.4068
Yxy65.50280.23480.3459
Hunter Lab80.9338-43.5582-1.5177
CIE-Lab84.7422-46.0753-6.3301

#37ebde color RGB value is (55,235,222).

#37ebde hex color red value is 55, green value is 235 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #37ebde hue: 0.49 , saturation: 0.82 and the lightness value of 37ebde is 0.57.

The process color (four color CMYK) of #37ebde color hex is 0.77, 0.00, 0.06, 0.08. Web safe color of #37ebde is #33ffcc. Color #37ebde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 11101011 11011110
Octal 67 353 336
Decimal 55 235 222
Hex 37 EB DE

RGB Percentages of Color #37ebde

%10.74
%45.90
%43.36

CMYK Percentages of Color #37ebde

%77
%0
%6
%8

Triadic Colors of #37ebde

#37ebde #de37eb #ebde37

Analogous Colors of #37ebde

#37ebde #379eeb #37eb84

Monochromatic Colors of #37ebde

#37ebde

Complementary Color

#37ebde #eb3744

#37ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#37ebde Color CSS Codes

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

#37ebde Text Font Color

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

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


#37ebde Background Color

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

This div background color is #37ebde


#37ebde Border Color

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

This div border color is #37ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37ebde


Comments

No comments written yet.

Please login to write comment.