Color Hex Logo

#37bcad Color Hex

#37BCAD
(55,188,173)
0 Favorites   0 Comments

Color spaces of #37bcad

RGB 55188173
HSL0.480.550.48
HSV173°71°74°
CMYK 0.710.000.08   0.26
XYZ27.101639.795845.7881
Yxy39.79580.24050.3532
Hunter Lab63.0839-33.71111.1244
CIE-Lab69.3238-38.6795-2.7298

#37bcad color RGB value is (55,188,173).

#37bcad hex color red value is 55, green value is 188 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #37bcad hue: 0.48 , saturation: 0.55 and the lightness value of 37bcad is 0.48.

The process color (four color CMYK) of #37bcad color hex is 0.71, 0.00, 0.08, 0.26. Web safe color of #37bcad is #33cc99. Color #37bcad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111100 10101101
Octal 67 274 255
Decimal 55 188 173
Hex 37 BC AD

RGB Percentages of Color #37bcad

%13.22
%45.19
%41.59

CMYK Percentages of Color #37bcad

%71
%0
%8
%26

Triadic Colors of #37bcad

#37bcad #ad37bc #bcad37

Analogous Colors of #37bcad

#37bcad #3789bc #37bc6b

Monochromatic Colors of #37bcad

#37bcad

Complementary Color

#37bcad #bc3746

#37bcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37bcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#37bcad Color CSS Codes

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

#37bcad Text Font Color

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

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


#37bcad Background Color

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

This div background color is #37bcad


#37bcad Border Color

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

This div border color is #37bcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37bcad


Comments

No comments written yet.

Please login to write comment.