Color Hex Logo

#37dcec Color Hex

#37DCEC
(55,220,236)
0 Favorites   0 Comments

Color spaces of #37dcec

RGB 55220236
HSL0.510.830.57
HSV185°77°93°
CMYK 0.770.070.00   0.07
XYZ42.309158.054888.3326
Yxy58.05480.22420.3077
Hunter Lab76.1937-34.2209-15.4003
CIE-Lab80.7692-35.3388-19.6872

#37dcec color RGB value is (55,220,236).

#37dcec hex color red value is 55, green value is 220 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #37dcec hue: 0.51 , saturation: 0.83 and the lightness value of 37dcec is 0.57.

The process color (four color CMYK) of #37dcec color hex is 0.77, 0.07, 0.00, 0.07. Web safe color of #37dcec is #33ccff. Color #37dcec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 11011100 11101100
Octal 67 334 354
Decimal 55 220 236
Hex 37 DC EC

RGB Percentages of Color #37dcec

%10.76
%43.05
%46.18

CMYK Percentages of Color #37dcec

%77
%7
%0
%7

Triadic Colors of #37dcec

#37dcec #ec37dc #dcec37

Analogous Colors of #37dcec

#37dcec #3782ec #37eca2

Monochromatic Colors of #37dcec

#37dcec

Complementary Color

#37dcec #ec4737

#37dcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37dcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#37dcec Color CSS Codes

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

#37dcec Text Font Color

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

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


#37dcec Background Color

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

This div background color is #37dcec


#37dcec Border Color

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

This div border color is #37dcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37dcec


Comments

No comments written yet.

Please login to write comment.