Color Hex Logo

#37dcfa Color Hex

#37DCFA
(55,220,250)
1 Favorites   0 Comments

Color spaces of #37dcfa

RGB 55220250
HSL0.530.950.60
HSV189°78°98°
CMYK 0.780.120.00   0.02
XYZ44.424158.900899.4701
Yxy58.90080.21910.2904
Hunter Lab76.7469-30.9842-23.1218
CIE-Lab81.2370-31.0969-26.4121

#37dcfa color RGB value is (55,220,250).

#37dcfa hex color red value is 55, green value is 220 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #37dcfa hue: 0.53 , saturation: 0.95 and the lightness value of 37dcfa is 0.60.

The process color (four color CMYK) of #37dcfa color hex is 0.78, 0.12, 0.00, 0.02. Web safe color of #37dcfa is #33ccff. Color #37dcfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 11011100 11111010
Octal 67 334 372
Decimal 55 220 250
Hex 37 DC FA

RGB Percentages of Color #37dcfa

%10.48
%41.90
%47.62

CMYK Percentages of Color #37dcfa

%78
%12
%0
%2

Triadic Colors of #37dcfa

#37dcfa #fa37dc #dcfa37

Analogous Colors of #37dcfa

#37dcfa #377bfa #37fab7

Monochromatic Colors of #37dcfa

#37dcfa

Complementary Color

#37dcfa #fa5537

#37dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#37dcfa Color CSS Codes

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

#37dcfa Text Font Color

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

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


#37dcfa Background Color

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

This div background color is #37dcfa


#37dcfa Border Color

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

This div border color is #37dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37dcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.