Color Hex Logo

#37bcca Color Hex

#37BCCA
(55,188,202)
0 Favorites   0 Comments

Color spaces of #37bcca

RGB 55188202
HSL0.520.580.50
HSV186°73°79°
CMYK 0.730.070.00   0.21
XYZ30.219441.042962.2065
Yxy41.04290.22640.3075
Hunter Lab64.0647-27.9147-12.7249
CIE-Lab70.2060-30.3171-17.3233

#37bcca color RGB value is (55,188,202).

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

The process color (four color CMYK) of #37bcca color hex is 0.73, 0.07, 0.00, 0.21. Web safe color of #37bcca is #33cccc. Color #37bcca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 10111100 11001010
Octal 67 274 312
Decimal 55 188 202
Hex 37 BC CA

RGB Percentages of Color #37bcca

%12.36
%42.25
%45.39

CMYK Percentages of Color #37bcca

%73
%7
%0
%21

Triadic Colors of #37bcca

#37bcca #ca37bc #bcca37

Analogous Colors of #37bcca

#37bcca #3773ca #37ca8f

Monochromatic Colors of #37bcca

#37bcca

Complementary Color

#37bcca #ca4537

#37bcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37bcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#37bcca Color CSS Codes

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

#37bcca Text Font Color

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

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


#37bcca Background Color

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

This div background color is #37bcca


#37bcca Border Color

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

This div border color is #37bcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37bcca


Comments

No comments written yet.

Please login to write comment.