Color Hex Logo

#37aebd Color Hex

#37AEBD
(55,174,189)
0 Favorites   0 Comments

Color spaces of #37aebd

RGB 55174189
HSL0.520.550.48
HSV187°71°74°
CMYK 0.710.080.00   0.26
XYZ25.896934.758553.4883
Yxy34.75850.22690.3045
Hunter Lab58.9563-24.7665-12.5216
CIE-Lab65.5602-27.4073-17.1872

#37aebd color RGB value is (55,174,189).

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

The process color (four color CMYK) of #37aebd color hex is 0.71, 0.08, 0.00, 0.26. Web safe color of #37aebd is #3399cc. Color #37aebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10101110 10111101
Octal 67 256 275
Decimal 55 174 189
Hex 37 AE BD

RGB Percentages of Color #37aebd

%13.16
%41.63
%45.22

CMYK Percentages of Color #37aebd

%71
%8
%0
%26

Triadic Colors of #37aebd

#37aebd #bd37ae #aebd37

Analogous Colors of #37aebd

#37aebd #376bbd #37bd89

Monochromatic Colors of #37aebd

#37aebd

Complementary Color

#37aebd #bd4637

#37aebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37aebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#37aebd Color CSS Codes

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

#37aebd Text Font Color

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

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


#37aebd Background Color

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

This div background color is #37aebd


#37aebd Border Color

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

This div border color is #37aebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37aebd


Comments

No comments written yet.

Please login to write comment.