Color Hex Logo

#31affb Color Hex

#31AFFB
(49,175,251)
0 Favorites   0 Comments

Color spaces of #31affb

RGB 49175251
HSL0.560.960.59
HSV203°80°98°
CMYK 0.800.300.00   0.02
XYZ34.009238.277996.8627
Yxy38.27790.20110.2263
Hunter Lab61.8691-10.1503-49.5164
CIE-Lab68.2249-8.0704-47.1361

#31affb color RGB value is (49,175,251).

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

The process color (four color CMYK) of #31affb color hex is 0.80, 0.30, 0.00, 0.02. Web safe color of #31affb is #3399ff. Color #31affb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101111 11111011
Octal 61 257 373
Decimal 49 175 251
Hex 31 AF FB

RGB Percentages of Color #31affb

%10.32
%36.84
%52.84

CMYK Percentages of Color #31affb

%80
%30
%0
%2

Triadic Colors of #31affb

#31affb #fb31af #affb31

Analogous Colors of #31affb

#31affb #314afb #31fbe2

Monochromatic Colors of #31affb

#31affb

Complementary Color

#31affb #fb7d31

#31affb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31affb Color Preview on White Background

Lorem ipsum dolor sit amet.

#31affb Color CSS Codes

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

#31affb Text Font Color

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

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


#31affb Background Color

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

This div background color is #31affb


#31affb Border Color

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

This div border color is #31affb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31affb


Comments

No comments written yet.

Please login to write comment.