Color Hex Logo

#31dfad Color Hex

#31DFAD
(49,223,173)
0 Favorites   0 Comments

Color spaces of #31dfad

RGB 49223173
HSL0.450.730.53
HSV163°78°87°
CMYK 0.780.000.22   0.13
XYZ35.197156.445548.5751
Yxy56.44550.25100.4026
Hunter Lab75.1302-47.854014.2575
CIE-Lab79.8667-54.164712.4671

#31dfad color RGB value is (49,223,173).

#31dfad hex color red value is 49, green value is 223 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #31dfad hue: 0.45 , saturation: 0.73 and the lightness value of 31dfad is 0.53.

The process color (four color CMYK) of #31dfad color hex is 0.78, 0.00, 0.22, 0.13. Web safe color of #31dfad is #33cc99. Color #31dfad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 11011111 10101101
Octal 61 337 255
Decimal 49 223 173
Hex 31 DF AD

RGB Percentages of Color #31dfad

%11.01
%50.11
%38.88

CMYK Percentages of Color #31dfad

%78
%0
%22
%13

Triadic Colors of #31dfad

#31dfad #ad31df #dfad31

Analogous Colors of #31dfad

#31dfad #31badf #31df56

Monochromatic Colors of #31dfad

#31dfad

Complementary Color

#31dfad #df3163

#31dfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31dfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#31dfad Color CSS Codes

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

#31dfad Text Font Color

<p style="color:#31dfad">Text here</p>

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


#31dfad Background Color

<div style="background-color:#31dfad">
Div content here</div>

This div background color is #31dfad


#31dfad Border Color

<div style="border:3px solid #31dfad">
Div here</div>

This div border color is #31dfad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(49,223,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #31dfad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #31dfad;
  -webkit-box-shadow: 1px 1px 3px 2px #31dfad;
  box-shadow:         1px 1px 3px 2px #31dfad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,223,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31dfad


Comments

No comments written yet.

Please login to write comment.