Color Hex Logo

#37deaf Color Hex

#37DEAF
(55,222,175)
0 Favorites   0 Comments

Color spaces of #37deaf

RGB 55222175
HSL0.450.720.54
HSV163°75°87°
CMYK 0.750.000.21   0.13
XYZ35.434756.149949.5279
Yxy56.14990.25110.3979
Hunter Lab74.9332-46.723413.2649
CIE-Lab79.6991-52.636011.1853

#37deaf color RGB value is (55,222,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110111 11011110 10101111
Octal 67 336 257
Decimal 55 222 175
Hex 37 DE AF

RGB Percentages of Color #37deaf

%12.17
%49.12
%38.72

CMYK Percentages of Color #37deaf

%75
%0
%21
%13

Triadic Colors of #37deaf

#37deaf #af37de #deaf37

Analogous Colors of #37deaf

#37deaf #37bade #37de5c

Monochromatic Colors of #37deaf

#37deaf

Complementary Color

#37deaf #de3766

#37deaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#37deaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#37deaf Color CSS Codes

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

#37deaf Text Font Color

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

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


#37deaf Background Color

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

This div background color is #37deaf


#37deaf Border Color

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

This div border color is #37deaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #37deaf


Comments

No comments written yet.

Please login to write comment.