Color Hex Logo

#31be9f Color Hex

#31BE9F
(49,190,159)
1 Favorites   0 Comments

Color spaces of #31be9f

RGB 49190159
HSL0.460.590.47
HSV167°74°75°
CMYK 0.740.000.16   0.25
XYZ25.938139.983139.1513
Yxy39.98310.24690.3805
Hunter Lab63.2322-37.43497.5521
CIE-Lab69.4575-44.03415.1212

#31be9f color RGB value is (49,190,159).

#31be9f hex color red value is 49, green value is 190 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #31be9f hue: 0.46 , saturation: 0.59 and the lightness value of 31be9f is 0.47.

The process color (four color CMYK) of #31be9f color hex is 0.74, 0.00, 0.16, 0.25. Web safe color of #31be9f is #33cc99. Color #31be9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10111110 10011111
Octal 61 276 237
Decimal 49 190 159
Hex 31 BE 9F

RGB Percentages of Color #31be9f

%12.31
%47.74
%39.95

CMYK Percentages of Color #31be9f

%74
%0
%16
%25

Triadic Colors of #31be9f

#31be9f #9f31be #be9f31

Analogous Colors of #31be9f

#31be9f #3197be #31be59

Monochromatic Colors of #31be9f

#31be9f

Complementary Color

#31be9f #be3150

#31be9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31be9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#31be9f Color CSS Codes

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

#31be9f Text Font Color

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

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


#31be9f Background Color

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

This div background color is #31be9f


#31be9f Border Color

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

This div border color is #31be9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31be9f

#31be9f Color Palettes


Comments

No comments written yet.

Please login to write comment.