Color Hex Logo

#37d4eb Color Hex

#37D4EB
(55,212,235)
0 Favorites   0 Comments

Color spaces of #37d4eb

RGB 55212235
HSL0.520.820.57
HSV188°77°92°
CMYK 0.770.100.00   0.08
XYZ40.114453.897486.8862
Yxy53.89740.22180.2979
Hunter Lab73.4148-30.9423-18.7791
CIE-Lab78.4019-31.8533-22.7451

#37d4eb color RGB value is (55,212,235).

#37d4eb hex color red value is 55, green value is 212 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #37d4eb hue: 0.52 , saturation: 0.82 and the lightness value of 37d4eb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 11010100 11101011
Octal 67 324 353
Decimal 55 212 235
Hex 37 D4 EB

RGB Percentages of Color #37d4eb

%10.96
%42.23
%46.81

CMYK Percentages of Color #37d4eb

%77
%10
%0
%8

Triadic Colors of #37d4eb

#37d4eb #eb37d4 #d4eb37

Analogous Colors of #37d4eb

#37d4eb #377aeb #37eba8

Monochromatic Colors of #37d4eb

#37d4eb

Complementary Color

#37d4eb #eb4e37

#37d4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37d4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#37d4eb Color CSS Codes

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

#37d4eb Text Font Color

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

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


#37d4eb Background Color

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

This div background color is #37d4eb


#37d4eb Border Color

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

This div border color is #37d4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37d4eb


Comments

No comments written yet.

Please login to write comment.