Color Hex Logo

#37decc Color Hex

#37DECC
(55,222,204)
0 Favorites   0 Comments

Color spaces of #37decc

RGB 55222204
HSL0.480.720.54
HSV174°75°87°
CMYK 0.750.000.08   0.13
XYZ38.595957.414466.1746
Yxy57.41440.23800.3540
Hunter Lab75.7723-41.67951.2606
CIE-Lab80.4121-45.3116-3.1828

#37decc color RGB value is (55,222,204).

#37decc hex color red value is 55, green value is 222 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #37decc hue: 0.48 , saturation: 0.72 and the lightness value of 37decc is 0.54.

The process color (four color CMYK) of #37decc color hex is 0.75, 0.00, 0.08, 0.13. Web safe color of #37decc is #33cccc. Color #37decc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 11011110 11001100
Octal 67 336 314
Decimal 55 222 204
Hex 37 DE CC

RGB Percentages of Color #37decc

%11.43
%46.15
%42.41

CMYK Percentages of Color #37decc

%75
%0
%8
%13

Triadic Colors of #37decc

#37decc #cc37de #decc37

Analogous Colors of #37decc

#37decc #379dde #37de79

Monochromatic Colors of #37decc

#37decc

Complementary Color

#37decc #de3749

#37decc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37decc Color Preview on White Background

Lorem ipsum dolor sit amet.

#37decc Color CSS Codes

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

#37decc Text Font Color

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

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


#37decc Background Color

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

This div background color is #37decc


#37decc Border Color

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

This div border color is #37decc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37decc


Comments

No comments written yet.

Please login to write comment.