Color Hex Logo

#37ddfa Color Hex

#37DDFA
(55,221,250)
0 Favorites   0 Comments

Color spaces of #37ddfa

RGB 55221250
HSL0.520.950.60
HSV189°78°98°
CMYK 0.780.120.00   0.02
XYZ44.687359.427399.5578
Yxy59.42730.21940.2918
Hunter Lab77.0891-31.4324-22.6085
CIE-Lab81.5259-31.5772-25.9710

#37ddfa color RGB value is (55,221,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 11011101 11111010
Octal 67 335 372
Decimal 55 221 250
Hex 37 DD FA

RGB Percentages of Color #37ddfa

%10.46
%42.02
%47.53

CMYK Percentages of Color #37ddfa

%78
%12
%0
%2

Triadic Colors of #37ddfa

#37ddfa #fa37dd #ddfa37

Analogous Colors of #37ddfa

#37ddfa #377cfa #37fab6

Monochromatic Colors of #37ddfa

#37ddfa

Complementary Color

#37ddfa #fa5437

#37ddfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37ddfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#37ddfa Color CSS Codes

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

#37ddfa Text Font Color

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

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


#37ddfa Background Color

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

This div background color is #37ddfa


#37ddfa Border Color

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

This div border color is #37ddfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37ddfa


Comments

No comments written yet.

Please login to write comment.