Color Hex Logo

#31aeaa Color Hex

#31AEAA
(49,174,170)
0 Favorites   0 Comments

Color spaces of #31aeaa

RGB 49174170
HSL0.490.560.44
HSV178°72°68°
CMYK 0.720.000.02   0.32
XYZ23.658433.827443.3126
Yxy33.82740.23470.3356
Hunter Lab58.1613-29.1735-3.4402
CIE-Lab64.8253-33.8621-7.7354

#31aeaa color RGB value is (49,174,170).

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

The process color (four color CMYK) of #31aeaa color hex is 0.72, 0.00, 0.02, 0.32. Web safe color of #31aeaa is #339999. Color #31aeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101110 10101010
Octal 61 256 252
Decimal 49 174 170
Hex 31 AE AA

RGB Percentages of Color #31aeaa

%12.47
%44.27
%43.26

CMYK Percentages of Color #31aeaa

%72
%0
%2
%32

Triadic Colors of #31aeaa

#31aeaa #aa31ae #aeaa31

Analogous Colors of #31aeaa

#31aeaa #3174ae #31ae6c

Monochromatic Colors of #31aeaa

#31aeaa

Complementary Color

#31aeaa #ae3135

#31aeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31aeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#31aeaa Color CSS Codes

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

#31aeaa Text Font Color

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

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


#31aeaa Background Color

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

This div background color is #31aeaa


#31aeaa Border Color

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

This div border color is #31aeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31aeaa

#31aeaa Color Palettes


Comments

No comments written yet.

Please login to write comment.