Color Hex Logo

#37ddea Color Hex

#37DDEA
(55,221,234)
0 Favorites   0 Comments

Color spaces of #37ddea

RGB 55221234
HSL0.510.810.57
HSV184°76°92°
CMYK 0.760.060.00   0.08
XYZ42.283358.465686.8983
Yxy58.46560.22530.3116
Hunter Lab76.4628-35.1009-13.8578
CIE-Lab80.9970-36.3980-18.2794

#37ddea color RGB value is (55,221,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 11011101 11101010
Octal 67 335 352
Decimal 55 221 234
Hex 37 DD EA

RGB Percentages of Color #37ddea

%10.78
%43.33
%45.88

CMYK Percentages of Color #37ddea

%76
%6
%0
%8

Triadic Colors of #37ddea

#37ddea #ea37dd #ddea37

Analogous Colors of #37ddea

#37ddea #3784ea #37ea9e

Monochromatic Colors of #37ddea

#37ddea

Complementary Color

#37ddea #ea4437

#37ddea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37ddea Color Preview on White Background

Lorem ipsum dolor sit amet.

#37ddea Color CSS Codes

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

#37ddea Text Font Color

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

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


#37ddea Background Color

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

This div background color is #37ddea


#37ddea Border Color

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

This div border color is #37ddea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37ddea


Comments

No comments written yet.

Please login to write comment.