Color Hex Logo

#31caaf Color Hex

#31CAAF
(49,202,175)
0 Favorites   0 Comments

Color spaces of #31caaf

RGB 49202175
HSL0.470.610.49
HSV169°76°79°
CMYK 0.760.000.13   0.21
XYZ30.125045.989247.8465
Yxy45.98920.24300.3710
Hunter Lab67.8153-39.38345.6392
CIE-Lab73.5385-45.03732.3243

#31caaf color RGB value is (49,202,175).

#31caaf hex color red value is 49, green value is 202 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #31caaf hue: 0.47 , saturation: 0.61 and the lightness value of 31caaf is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11001010 10101111
Octal 61 312 257
Decimal 49 202 175
Hex 31 CA AF

RGB Percentages of Color #31caaf

%11.50
%47.42
%41.08

CMYK Percentages of Color #31caaf

%76
%0
%13
%21

Triadic Colors of #31caaf

#31caaf #af31ca #caaf31

Analogous Colors of #31caaf

#31caaf #3199ca #31ca63

Monochromatic Colors of #31caaf

#31caaf

Complementary Color

#31caaf #ca314c

#31caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#31caaf Color CSS Codes

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

#31caaf Text Font Color

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

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


#31caaf Background Color

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

This div background color is #31caaf


#31caaf Border Color

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

This div border color is #31caaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(49,202,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 #31caaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31caaf


Comments

No comments written yet.

Please login to write comment.