Color Hex Logo

#37eadc Color Hex

#37EADC
(55,234,220)
0 Favorites   0 Comments

Color spaces of #37eadc

RGB 55234220
HSL0.490.810.57
HSV175°76°92°
CMYK 0.760.000.06   0.08
XYZ43.916664.825277.9080
Yxy64.82520.23530.3473
Hunter Lab80.5141-43.5364-1.0110
CIE-Lab84.3936-46.1859-5.7913

#37eadc color RGB value is (55,234,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 11101010 11011100
Octal 67 352 334
Decimal 55 234 220
Hex 37 EA DC

RGB Percentages of Color #37eadc

%10.81
%45.97
%43.22

CMYK Percentages of Color #37eadc

%76
%0
%6
%8

Triadic Colors of #37eadc

#37eadc #dc37ea #eadc37

Analogous Colors of #37eadc

#37eadc #379fea #37ea83

Monochromatic Colors of #37eadc

#37eadc

Complementary Color

#37eadc #ea3745

#37eadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37eadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#37eadc Color CSS Codes

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

#37eadc Text Font Color

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

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


#37eadc Background Color

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

This div background color is #37eadc


#37eadc Border Color

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

This div border color is #37eadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37eadc


Comments

No comments written yet.

Please login to write comment.