Color Hex Logo

#37bfff Color Hex

#37BFFF
(55,191,255)
0 Favorites   0 Comments

Color spaces of #37bfff

RGB 55191255
HSL0.551.000.61
HSV199°78°100°
CMYK 0.780.250.00   0.00
XYZ38.256345.2938101.3340
Yxy45.29380.20690.2450
Hunter Lab67.3007-16.3099-42.1619
CIE-Lab73.0849-14.8181-41.6721

#37bfff color RGB value is (55,191,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111111 11111111
Octal 67 277 377
Decimal 55 191 255
Hex 37 BF FF

RGB Percentages of Color #37bfff

%10.98
%38.12
%50.90

CMYK Percentages of Color #37bfff

%78
%25
%0
%0

Triadic Colors of #37bfff

#37bfff #ff37bf #bfff37

Analogous Colors of #37bfff

#37bfff #375bff #37ffdb

Monochromatic Colors of #37bfff

#37bfff

Complementary Color

#37bfff #ff7737

#37bfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37bfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#37bfff Color CSS Codes

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

#37bfff Text Font Color

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

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


#37bfff Background Color

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

This div background color is #37bfff


#37bfff Border Color

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

This div border color is #37bfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37bfff

Related Colors


Comments

No comments written yet.

Please login to write comment.