Color Hex Logo

#31cfab Color Hex

#31CFAB
(49,207,171)
0 Favorites   0 Comments

Color spaces of #31cfab

RGB 49207171
HSL0.460.620.50
HSV166°76°81°
CMYK 0.760.000.17   0.19
XYZ30.930148.218946.2051
Yxy48.21890.24670.3847
Hunter Lab69.4398-42.01179.1565
CIE-Lab74.9628-48.16616.5390

#31cfab color RGB value is (49,207,171).

#31cfab hex color red value is 49, green value is 207 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #31cfab hue: 0.46 , saturation: 0.62 and the lightness value of 31cfab is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 11001111 10101011
Octal 61 317 253
Decimal 49 207 171
Hex 31 CF AB

RGB Percentages of Color #31cfab

%11.48
%48.48
%40.05

CMYK Percentages of Color #31cfab

%76
%0
%17
%19

Triadic Colors of #31cfab

#31cfab #ab31cf #cfab31

Analogous Colors of #31cfab

#31cfab #31a4cf #31cf5c

Monochromatic Colors of #31cfab

#31cfab

Complementary Color

#31cfab #cf3155

#31cfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31cfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#31cfab Color CSS Codes

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

#31cfab Text Font Color

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

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


#31cfab Background Color

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

This div background color is #31cfab


#31cfab Border Color

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

This div border color is #31cfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31cfab


Comments

No comments written yet.

Please login to write comment.