Color Hex Logo

#31afbd Color Hex

#31AFBD
(49,175,189)
0 Favorites   0 Comments

Color spaces of #31afbd

RGB 49175189
HSL0.520.590.47
HSV186°74°74°
CMYK 0.740.070.00   0.26
XYZ25.781934.987053.5384
Yxy34.98700.22550.3061
Hunter Lab59.1498-25.7086-12.2604
CIE-Lab65.7385-28.6565-16.9289

#31afbd color RGB value is (49,175,189).

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

The process color (four color CMYK) of #31afbd color hex is 0.74, 0.07, 0.00, 0.26. Web safe color of #31afbd is #3399cc. Color #31afbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101111 10111101
Octal 61 257 275
Decimal 49 175 189
Hex 31 AF BD

RGB Percentages of Color #31afbd

%11.86
%42.37
%45.76

CMYK Percentages of Color #31afbd

%74
%7
%0
%26

Triadic Colors of #31afbd

#31afbd #bd31af #afbd31

Analogous Colors of #31afbd

#31afbd #3169bd #31bd85

Monochromatic Colors of #31afbd

#31afbd

Complementary Color

#31afbd #bd3f31

#31afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#31afbd Color CSS Codes

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

#31afbd Text Font Color

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

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


#31afbd Background Color

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

This div background color is #31afbd


#31afbd Border Color

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

This div border color is #31afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31afbd


Comments

No comments written yet.

Please login to write comment.