Color Hex Logo

#37bdee Color Hex

#37BDEE
(55,189,238)
0 Favorites   0 Comments

Color spaces of #37bdee

RGB 55189238
HSL0.540.840.57
HSV196°77°93°
CMYK 0.770.210.00   0.07
XYZ35.205843.380587.4066
Yxy43.38050.21210.2613
Hunter Lab65.8639-19.8493-32.5778
CIE-Lab71.8125-19.4187-34.4758

#37bdee color RGB value is (55,189,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111101 11101110
Octal 67 275 356
Decimal 55 189 238
Hex 37 BD EE

RGB Percentages of Color #37bdee

%11.41
%39.21
%49.38

CMYK Percentages of Color #37bdee

%77
%21
%0
%7

Triadic Colors of #37bdee

#37bdee #ee37bd #bdee37

Analogous Colors of #37bdee

#37bdee #3762ee #37eec4

Monochromatic Colors of #37bdee

#37bdee

Complementary Color

#37bdee #ee6837

#37bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#37bdee Color CSS Codes

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

#37bdee Text Font Color

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

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


#37bdee Background Color

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

This div background color is #37bdee


#37bdee Border Color

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

This div border color is #37bdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37bdee


Comments

No comments written yet.

Please login to write comment.