Color Hex Logo

#37beeb Color Hex

#37BEEB
(55,190,235)
0 Favorites   0 Comments

Color spaces of #37beeb

RGB 55190235
HSL0.540.820.57
HSV195°77°92°
CMYK 0.770.190.00   0.08
XYZ34.984443.637385.1762
Yxy43.63730.21360.2664
Hunter Lab66.0585-21.0694-30.2078
CIE-Lab71.9854-20.9184-32.5830

#37beeb color RGB value is (55,190,235).

#37beeb hex color red value is 55, green value is 190 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #37beeb hue: 0.54 , saturation: 0.82 and the lightness value of 37beeb is 0.57.

The process color (four color CMYK) of #37beeb color hex is 0.77, 0.19, 0.00, 0.08. Web safe color of #37beeb is #33ccff. Color #37beeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111110 11101011
Octal 67 276 353
Decimal 55 190 235
Hex 37 BE EB

RGB Percentages of Color #37beeb

%11.46
%39.58
%48.96

CMYK Percentages of Color #37beeb

%77
%19
%0
%8

Triadic Colors of #37beeb

#37beeb #eb37be #beeb37

Analogous Colors of #37beeb

#37beeb #3764eb #37ebbe

Monochromatic Colors of #37beeb

#37beeb

Complementary Color

#37beeb #eb6437

#37beeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37beeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#37beeb Color CSS Codes

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

#37beeb Text Font Color

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

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


#37beeb Background Color

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

This div background color is #37beeb


#37beeb Border Color

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

This div border color is #37beeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37beeb


Comments

No comments written yet.

Please login to write comment.