Color Hex Logo

#37dcef Color Hex

#37DCEF
(55,220,239)
0 Favorites   0 Comments

Color spaces of #37dcef

RGB 55220239
HSL0.520.850.58
HSV186°77°94°
CMYK 0.770.080.00   0.06
XYZ42.748758.230690.6479
Yxy58.23060.22310.3039
Hunter Lab76.3090-33.5440-17.0147
CIE-Lab80.8668-34.4418-21.1346

#37dcef color RGB value is (55,220,239).

#37dcef hex color red value is 55, green value is 220 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #37dcef hue: 0.52 , saturation: 0.85 and the lightness value of 37dcef is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 11011100 11101111
Octal 67 334 357
Decimal 55 220 239
Hex 37 DC EF

RGB Percentages of Color #37dcef

%10.70
%42.80
%46.50

CMYK Percentages of Color #37dcef

%77
%8
%0
%6

Triadic Colors of #37dcef

#37dcef #ef37dc #dcef37

Analogous Colors of #37dcef

#37dcef #3780ef #37efa6

Monochromatic Colors of #37dcef

#37dcef

Complementary Color

#37dcef #ef4a37

#37dcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37dcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#37dcef Color CSS Codes

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

#37dcef Text Font Color

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

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


#37dcef Background Color

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

This div background color is #37dcef


#37dcef Border Color

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

This div border color is #37dcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37dcef


Comments

No comments written yet.

Please login to write comment.