Color Hex Logo

#37afcb Color Hex

#37AFCB
(55,175,203)
0 Favorites   0 Comments

Color spaces of #37afcb

RGB 55175203
HSL0.530.590.51
HSV191°73°80°
CMYK 0.730.140.00   0.20
XYZ27.685035.784061.9478
Yxy35.78400.22070.2853
Hunter Lab59.8197-22.0734-19.5254
CIE-Lab66.3546-23.5362-23.7333

#37afcb color RGB value is (55,175,203).

#37afcb hex color red value is 55, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #37afcb hue: 0.53 , saturation: 0.59 and the lightness value of 37afcb is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 10101111 11001011
Octal 67 257 313
Decimal 55 175 203
Hex 37 AF CB

RGB Percentages of Color #37afcb

%12.70
%40.42
%46.88

CMYK Percentages of Color #37afcb

%73
%14
%0
%20

Triadic Colors of #37afcb

#37afcb #cb37af #afcb37

Analogous Colors of #37afcb

#37afcb #3765cb #37cb9d

Monochromatic Colors of #37afcb

#37afcb

Complementary Color

#37afcb #cb5337

#37afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#37afcb Color CSS Codes

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

#37afcb Text Font Color

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

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


#37afcb Background Color

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

This div background color is #37afcb


#37afcb Border Color

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

This div border color is #37afcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37afcb


Comments

No comments written yet.

Please login to write comment.