Color Hex Logo

#37dedd Color Hex

#37DEDD
(55,222,221)
0 Favorites   0 Comments

Color spaces of #37dedd

RGB 55222221
HSL0.500.720.54
HSV180°75°87°
CMYK 0.750.000.00   0.13
XYZ40.748058.275277.5072
Yxy58.27520.23080.3301
Hunter Lab76.3382-38.3116-6.7612
CIE-Lab80.8916-40.6204-11.5220

#37dedd color RGB value is (55,222,221).

#37dedd hex color red value is 55, green value is 222 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #37dedd hue: 0.50 , saturation: 0.72 and the lightness value of 37dedd is 0.54.

The process color (four color CMYK) of #37dedd color hex is 0.75, 0.00, 0.00, 0.13. Web safe color of #37dedd is #33cccc. Color #37dedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110111 11011110 11011101
Octal 67 336 335
Decimal 55 222 221
Hex 37 DE DD

RGB Percentages of Color #37dedd

%11.04
%44.58
%44.38

CMYK Percentages of Color #37dedd

%75
%0
%0
%13

Triadic Colors of #37dedd

#37dedd #dd37de #dedd37

Analogous Colors of #37dedd

#37dedd #378cde #37de8a

Monochromatic Colors of #37dedd

#37dedd

Complementary Color

#37dedd #de3738

#37dedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37dedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#37dedd Color CSS Codes

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

#37dedd Text Font Color

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

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


#37dedd Background Color

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

This div background color is #37dedd


#37dedd Border Color

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

This div border color is #37dedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37dedd


Comments

No comments written yet.

Please login to write comment.