Color Hex Logo

#37cadc Color Hex

#37CADC
(55,202,220)
0 Favorites   0 Comments

Color spaces of #37cadc

RGB 55202220
HSL0.520.700.54
HSV187°75°86°
CMYK 0.750.080.00   0.14
XYZ35.614348.220675.1406
Yxy48.22060.22400.3033
Hunter Lab69.4411-29.9744-15.5476
CIE-Lab74.9639-31.6187-19.9058

#37cadc color RGB value is (55,202,220).

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

The process color (four color CMYK) of #37cadc color hex is 0.75, 0.08, 0.00, 0.14. Web safe color of #37cadc is #33cccc. Color #37cadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 11001010 11011100
Octal 67 312 334
Decimal 55 202 220
Hex 37 CA DC

RGB Percentages of Color #37cadc

%11.53
%42.35
%46.12

CMYK Percentages of Color #37cadc

%75
%8
%0
%14

Triadic Colors of #37cadc

#37cadc #dc37ca #cadc37

Analogous Colors of #37cadc

#37cadc #3778dc #37dc9c

Monochromatic Colors of #37cadc

#37cadc

Complementary Color

#37cadc #dc4937

#37cadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37cadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#37cadc Color CSS Codes

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

#37cadc Text Font Color

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

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


#37cadc Background Color

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

This div background color is #37cadc


#37cadc Border Color

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

This div border color is #37cadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37cadc


Comments

No comments written yet.

Please login to write comment.