Color Hex Logo

#31aefb Color Hex

#31AEFB
(49,174,251)
0 Favorites   0 Comments

Color spaces of #31aefb

RGB 49174251
HSL0.560.960.59
HSV203°80°98°
CMYK 0.800.310.00   0.02
XYZ33.815337.890196.7981
Yxy37.89010.20070.2249
Hunter Lab61.5549-9.6619-50.1479
CIE-Lab67.9395-7.5161-47.5854

#31aefb color RGB value is (49,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101110 11111011
Octal 61 256 373
Decimal 49 174 251
Hex 31 AE FB

RGB Percentages of Color #31aefb

%10.34
%36.71
%52.95

CMYK Percentages of Color #31aefb

%80
%31
%0
%2

Triadic Colors of #31aefb

#31aefb #fb31ae #aefb31

Analogous Colors of #31aefb

#31aefb #3149fb #31fbe3

Monochromatic Colors of #31aefb

#31aefb

Complementary Color

#31aefb #fb7e31

#31aefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31aefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#31aefb Color CSS Codes

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

#31aefb Text Font Color

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

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


#31aefb Background Color

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

This div background color is #31aefb


#31aefb Border Color

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

This div border color is #31aefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31aefb

Related Colors


Comments

No comments written yet.

Please login to write comment.