Color Hex Logo

#37c0ff Color Hex

#37C0FF
(55,192,255)
0 Favorites   0 Comments

Color spaces of #37c0ff

RGB 55192255
HSL0.551.000.61
HSV199°78°100°
CMYK 0.780.250.00   0.00
XYZ38.475245.7315101.4069
Yxy45.73150.20730.2464
Hunter Lab67.6251-16.7865-41.5705
CIE-Lab73.3710-15.3482-41.2257

#37c0ff color RGB value is (55,192,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 11000000 11111111
Octal 67 300 377
Decimal 55 192 255
Hex 37 C0 FF

RGB Percentages of Color #37c0ff

%10.96
%38.25
%50.80

CMYK Percentages of Color #37c0ff

%78
%25
%0
%0

Triadic Colors of #37c0ff

#37c0ff #ff37c0 #c0ff37

Analogous Colors of #37c0ff

#37c0ff #375cff #37ffda

Monochromatic Colors of #37c0ff

#37c0ff

Complementary Color

#37c0ff #ff7637

#37c0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37c0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#37c0ff Color CSS Codes

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

#37c0ff Text Font Color

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

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


#37c0ff Background Color

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

This div background color is #37c0ff


#37c0ff Border Color

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

This div border color is #37c0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37c0ff

Related Colors


Comments

No comments written yet.

Please login to write comment.