Color Hex Logo

#37bddc Color Hex

#37BDDC
(55,189,220)
0 Favorites   0 Comments

Color spaces of #37bddc

RGB 55189220
HSL0.530.700.54
HSV191°75°86°
CMYK 0.750.140.00   0.14
XYZ32.691442.374774.1663
Yxy42.37470.21910.2840
Hunter Lab65.0959-24.2743-21.9844
CIE-Lab71.1285-25.2311-25.7512

#37bddc color RGB value is (55,189,220).

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

The process color (four color CMYK) of #37bddc color hex is 0.75, 0.14, 0.00, 0.14. Web safe color of #37bddc is #33cccc. Color #37bddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111101 11011100
Octal 67 275 334
Decimal 55 189 220
Hex 37 BD DC

RGB Percentages of Color #37bddc

%11.85
%40.73
%47.41

CMYK Percentages of Color #37bddc

%75
%14
%0
%14

Triadic Colors of #37bddc

#37bddc #dc37bd #bddc37

Analogous Colors of #37bddc

#37bddc #376bdc #37dca9

Monochromatic Colors of #37bddc

#37bddc

Complementary Color

#37bddc #dc5637

#37bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#37bddc Color CSS Codes

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

#37bddc Text Font Color

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

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


#37bddc Background Color

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

This div background color is #37bddc


#37bddc Border Color

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

This div border color is #37bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37bddc


Comments

No comments written yet.

Please login to write comment.