Color Hex Logo

#37dbba Color Hex

#37DBBA
(55,219,186)
0 Favorites   0 Comments

Color spaces of #37dbba

RGB 55219186
HSL0.470.690.54
HSV168°75°86°
CMYK 0.750.000.15   0.14
XYZ35.770055.020455.1891
Yxy55.02040.24500.3769
Hunter Lab74.1757-43.72897.8094
CIE-Lab79.0530-48.71994.4211

#37dbba color RGB value is (55,219,186).

#37dbba hex color red value is 55, green value is 219 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #37dbba hue: 0.47 , saturation: 0.69 and the lightness value of 37dbba is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 11011011 10111010
Octal 67 333 272
Decimal 55 219 186
Hex 37 DB BA

RGB Percentages of Color #37dbba

%11.96
%47.61
%40.43

CMYK Percentages of Color #37dbba

%75
%0
%15
%14

Triadic Colors of #37dbba

#37dbba #ba37db #dbba37

Analogous Colors of #37dbba

#37dbba #37aadb #37db68

Monochromatic Colors of #37dbba

#37dbba

Complementary Color

#37dbba #db3758

#37dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#37dbba Color CSS Codes

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

#37dbba Text Font Color

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

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


#37dbba Background Color

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

This div background color is #37dbba


#37dbba Border Color

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

This div border color is #37dbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37dbba


Comments

No comments written yet.

Please login to write comment.