Color Hex Logo

#37c5de Color Hex

#37C5DE
(55,197,222)
0 Favorites   0 Comments

Color spaces of #37c5de

RGB 55197222
HSL0.520.720.54
HSV189°75°87°
CMYK 0.750.110.00   0.13
XYZ34.726646.018776.1594
Yxy46.01870.22130.2933
Hunter Lab67.8371-27.3387-19.0778
CIE-Lab73.5577-28.5777-23.1254

#37c5de color RGB value is (55,197,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 11000101 11011110
Octal 67 305 336
Decimal 55 197 222
Hex 37 C5 DE

RGB Percentages of Color #37c5de

%11.60
%41.56
%46.84

CMYK Percentages of Color #37c5de

%75
%11
%0
%13

Triadic Colors of #37c5de

#37c5de #de37c5 #c5de37

Analogous Colors of #37c5de

#37c5de #3772de #37dea4

Monochromatic Colors of #37c5de

#37c5de

Complementary Color

#37c5de #de5037

#37c5de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37c5de Color Preview on White Background

Lorem ipsum dolor sit amet.

#37c5de Color CSS Codes

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

#37c5de Text Font Color

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

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


#37c5de Background Color

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

This div background color is #37c5de


#37c5de Border Color

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

This div border color is #37c5de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37c5de


Comments

No comments written yet.

Please login to write comment.