Color Hex Logo

#37bbff Color Hex

#37BBFF
(55,187,255)
0 Favorites   0 Comments

Color spaces of #37bbff

RGB 55187255
HSL0.561.000.61
HSV200°78°100°
CMYK 0.780.270.00   0.00
XYZ37.395943.5729101.0472
Yxy43.57290.20550.2394
Hunter Lab66.0098-14.3932-44.5538
CIE-Lab71.9421-12.6807-43.4581

#37bbff color RGB value is (55,187,255).

#37bbff hex color red value is 55, green value is 187 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #37bbff hue: 0.56 , saturation: 1.00 and the lightness value of 37bbff is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111011 11111111
Octal 67 273 377
Decimal 55 187 255
Hex 37 BB FF

RGB Percentages of Color #37bbff

%11.07
%37.63
%51.31

CMYK Percentages of Color #37bbff

%78
%27
%0
%0

Triadic Colors of #37bbff

#37bbff #ff37bb #bbff37

Analogous Colors of #37bbff

#37bbff #3757ff #37ffdf

Monochromatic Colors of #37bbff

#37bbff

Complementary Color

#37bbff #ff7b37

#37bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#37bbff Color CSS Codes

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

#37bbff Text Font Color

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

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


#37bbff Background Color

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

This div background color is #37bbff


#37bbff Border Color

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

This div border color is #37bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37bbff

Related Colors


Comments

No comments written yet.

Please login to write comment.