Color Hex Logo

#31be99 Color Hex

#31BE99
(49,190,153)
0 Favorites   0 Comments

Color spaces of #31be99

RGB 49190153
HSL0.460.590.47
HSV164°74°75°
CMYK 0.740.000.19   0.25
XYZ25.429839.779836.4750
Yxy39.77980.25010.3912
Hunter Lab63.0712-38.40499.8616
CIE-Lab69.3124-45.54128.1884

#31be99 color RGB value is (49,190,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10111110 10011001
Octal 61 276 231
Decimal 49 190 153
Hex 31 BE 99

RGB Percentages of Color #31be99

%12.50
%48.47
%39.03

CMYK Percentages of Color #31be99

%74
%0
%19
%25

Triadic Colors of #31be99

#31be99 #9931be #be9931

Analogous Colors of #31be99

#31be99 #319dbe #31be53

Monochromatic Colors of #31be99

#31be99

Complementary Color

#31be99 #be3156

#31be99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31be99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#31be99 Color CSS Codes

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

#31be99 Text Font Color

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

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


#31be99 Background Color

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

This div background color is #31be99


#31be99 Border Color

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

This div border color is #31be99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31be99


Comments

No comments written yet.

Please login to write comment.