Color Hex Logo

#37afdb Color Hex

#37AFDB
(55,175,219)
0 Favorites   0 Comments

Color spaces of #37afdb

RGB 55175219
HSL0.540.690.54
HSV196°75°86°
CMYK 0.750.200.00   0.14
XYZ29.691736.586672.5148
Yxy36.58660.21390.2636
Hunter Lab60.4869-18.2302-28.7391
CIE-Lab66.9657-18.3486-31.6125

#37afdb color RGB value is (55,175,219).

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

The process color (four color CMYK) of #37afdb color hex is 0.75, 0.20, 0.00, 0.14. Web safe color of #37afdb is #3399cc. Color #37afdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10101111 11011011
Octal 67 257 333
Decimal 55 175 219
Hex 37 AF DB

RGB Percentages of Color #37afdb

%12.25
%38.98
%48.78

CMYK Percentages of Color #37afdb

%75
%20
%0
%14

Triadic Colors of #37afdb

#37afdb #db37af #afdb37

Analogous Colors of #37afdb

#37afdb #375ddb #37dbb5

Monochromatic Colors of #37afdb

#37afdb

Complementary Color

#37afdb #db6337

#37afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#37afdb Color CSS Codes

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

#37afdb Text Font Color

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

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


#37afdb Background Color

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

This div background color is #37afdb


#37afdb Border Color

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

This div border color is #37afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37afdb


Comments

No comments written yet.

Please login to write comment.