Color Hex Logo

#37befa Color Hex

#37BEFA
(55,190,250)
0 Favorites   0 Comments

Color spaces of #37befa

RGB 55190250
HSL0.550.950.60
HSV198°78°98°
CMYK 0.780.240.00   0.02
XYZ37.244344.541397.0768
Yxy44.54130.20820.2490
Hunter Lab66.7393-17.1806-39.5238
CIE-Lab72.5888-15.9641-39.7537

#37befa color RGB value is (55,190,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111110 11111010
Octal 67 276 372
Decimal 55 190 250
Hex 37 BE FA

RGB Percentages of Color #37befa

%11.11
%38.38
%50.51

CMYK Percentages of Color #37befa

%78
%24
%0
%2

Triadic Colors of #37befa

#37befa #fa37be #befa37

Analogous Colors of #37befa

#37befa #375dfa #37fad5

Monochromatic Colors of #37befa

#37befa

Complementary Color

#37befa #fa7337

#37befa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37befa Color Preview on White Background

Lorem ipsum dolor sit amet.

#37befa Color CSS Codes

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

#37befa Text Font Color

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

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


#37befa Background Color

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

This div background color is #37befa


#37befa Border Color

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

This div border color is #37befa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37befa


Comments

No comments written yet.

Please login to write comment.