Color Hex Logo

#31dfcb Color Hex

#31DFCB
(49,223,203)
0 Favorites   0 Comments

Color spaces of #31dfcb

RGB 49223203
HSL0.480.730.53
HSV173°78°87°
CMYK 0.780.000.09   0.13
XYZ38.433857.740165.6192
Yxy57.74010.23750.3569
Hunter Lab75.9869-42.69271.9904
CIE-Lab80.5941-46.6150-2.3937

#31dfcb color RGB value is (49,223,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11011111 11001011
Octal 61 337 313
Decimal 49 223 203
Hex 31 DF CB

RGB Percentages of Color #31dfcb

%10.32
%46.95
%42.74

CMYK Percentages of Color #31dfcb

%78
%0
%9
%13

Triadic Colors of #31dfcb

#31dfcb #cb31df #dfcb31

Analogous Colors of #31dfcb

#31dfcb #319cdf #31df74

Monochromatic Colors of #31dfcb

#31dfcb

Complementary Color

#31dfcb #df3145

#31dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#31dfcb Color CSS Codes

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

#31dfcb Text Font Color

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

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


#31dfcb Background Color

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

This div background color is #31dfcb


#31dfcb Border Color

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

This div border color is #31dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31dfcb


Comments

No comments written yet.

Please login to write comment.