Color Hex Logo

#31caaa Color Hex

#31CAAA
(49,202,170)
0 Favorites   0 Comments

Color spaces of #31caaa

RGB 49202170
HSL0.470.610.49
HSV167°76°79°
CMYK 0.760.000.16   0.21
XYZ29.642945.796345.3074
Yxy45.79630.24550.3793
Hunter Lab67.6730-40.23907.6761
CIE-Lab73.4132-46.32534.8469

#31caaa color RGB value is (49,202,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11001010 10101010
Octal 61 312 252
Decimal 49 202 170
Hex 31 CA AA

RGB Percentages of Color #31caaa

%11.64
%47.98
%40.38

CMYK Percentages of Color #31caaa

%76
%0
%16
%21

Triadic Colors of #31caaa

#31caaa #aa31ca #caaa31

Analogous Colors of #31caaa

#31caaa #319eca #31ca5e

Monochromatic Colors of #31caaa

#31caaa

Complementary Color

#31caaa #ca3151

#31caaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31caaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#31caaa Color CSS Codes

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

#31caaa Text Font Color

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

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


#31caaa Background Color

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

This div background color is #31caaa


#31caaa Border Color

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

This div border color is #31caaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31caaa


Comments

No comments written yet.

Please login to write comment.