Color Hex Logo

#37bdeb Color Hex

#37BDEB
(55,189,235)
0 Favorites   0 Comments

Color spaces of #37bdeb

RGB 55189235
HSL0.540.820.57
HSV195°77°92°
CMYK 0.770.200.00   0.08
XYZ34.768543.205685.1043
Yxy43.20560.21320.2649
Hunter Lab65.7310-20.6113-30.7533
CIE-Lab71.6943-20.4022-33.0330

#37bdeb color RGB value is (55,189,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111101 11101011
Octal 67 275 353
Decimal 55 189 235
Hex 37 BD EB

RGB Percentages of Color #37bdeb

%11.48
%39.46
%49.06

CMYK Percentages of Color #37bdeb

%77
%20
%0
%8

Triadic Colors of #37bdeb

#37bdeb #eb37bd #bdeb37

Analogous Colors of #37bdeb

#37bdeb #3763eb #37ebbf

Monochromatic Colors of #37bdeb

#37bdeb

Complementary Color

#37bdeb #eb6537

#37bdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37bdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#37bdeb Color CSS Codes

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

#37bdeb Text Font Color

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

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


#37bdeb Background Color

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

This div background color is #37bdeb


#37bdeb Border Color

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

This div border color is #37bdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37bdeb


Comments

No comments written yet.

Please login to write comment.