Color Hex Logo

#37dbfa Color Hex

#37DBFA
(55,219,250)
0 Favorites   0 Comments

Color spaces of #37dbfa

RGB 55219250
HSL0.530.950.60
HSV190°78°98°
CMYK 0.780.120.00   0.02
XYZ44.162458.377499.3828
Yxy58.37740.21870.2891
Hunter Lab76.4051-30.5353-23.6370
CIE-Lab80.9482-30.6151-26.8534

#37dbfa color RGB value is (55,219,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 11011011 11111010
Octal 67 333 372
Decimal 55 219 250
Hex 37 DB FA

RGB Percentages of Color #37dbfa

%10.50
%41.79
%47.71

CMYK Percentages of Color #37dbfa

%78
%12
%0
%2

Triadic Colors of #37dbfa

#37dbfa #fa37db #dbfa37

Analogous Colors of #37dbfa

#37dbfa #377afa #37fab8

Monochromatic Colors of #37dbfa

#37dbfa

Complementary Color

#37dbfa #fa5637

#37dbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37dbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#37dbfa Color CSS Codes

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

#37dbfa Text Font Color

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

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


#37dbfa Background Color

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

This div background color is #37dbfa


#37dbfa Border Color

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

This div border color is #37dbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37dbfa


Comments

No comments written yet.

Please login to write comment.