Color Hex Logo

#37aaad Color Hex

#37AAAD
(55,170,173)
0 Favorites   0 Comments

Color spaces of #37aaad

RGB 55170173
HSL0.500.520.45
HSV182°68°68°
CMYK 0.680.020.00   0.32
XYZ23.493132.578844.5853
Yxy32.57880.23340.3237
Hunter Lab57.0778-26.4161-6.3588
CIE-Lab63.8184-30.2561-10.8983

#37aaad color RGB value is (55,170,173).

#37aaad hex color red value is 55, green value is 170 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #37aaad hue: 0.50 , saturation: 0.52 and the lightness value of 37aaad is 0.45.

The process color (four color CMYK) of #37aaad color hex is 0.68, 0.02, 0.00, 0.32. Web safe color of #37aaad is #339999. Color #37aaad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10101010 10101101
Octal 67 252 255
Decimal 55 170 173
Hex 37 AA AD

RGB Percentages of Color #37aaad

%13.82
%42.71
%43.47

CMYK Percentages of Color #37aaad

%68
%2
%0
%32

Triadic Colors of #37aaad

#37aaad #ad37aa #aaad37

Analogous Colors of #37aaad

#37aaad #376fad #37ad75

Monochromatic Colors of #37aaad

#37aaad

Complementary Color

#37aaad #ad3a37

#37aaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37aaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#37aaad Color CSS Codes

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

#37aaad Text Font Color

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

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


#37aaad Background Color

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

This div background color is #37aaad


#37aaad Border Color

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

This div border color is #37aaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37aaad


Comments

No comments written yet.

Please login to write comment.