Color Hex Logo

#31afee Color Hex

#31AFEE
(49,175,238)
0 Favorites   0 Comments

Color spaces of #31afee

RGB 49175238
HSL0.560.850.56
HSV200°79°93°
CMYK 0.790.260.00   0.07
XYZ32.029237.486086.4363
Yxy37.48600.20540.2404
Hunter Lab61.2258-13.7661-40.8453
CIE-Lab67.6401-12.5763-40.9792

#31afee color RGB value is (49,175,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110001 10101111 11101110
Octal 61 257 356
Decimal 49 175 238
Hex 31 AF EE

RGB Percentages of Color #31afee

%10.61
%37.88
%51.52

CMYK Percentages of Color #31afee

%79
%26
%0
%7

Triadic Colors of #31afee

#31afee #ee31af #afee31

Analogous Colors of #31afee

#31afee #3150ee #31eecf

Monochromatic Colors of #31afee

#31afee

Complementary Color

#31afee #ee7031

#31afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#31afee Color CSS Codes

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

#31afee Text Font Color

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

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


#31afee Background Color

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

This div background color is #31afee


#31afee Border Color

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

This div border color is #31afee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31afee


Comments

No comments written yet.

Please login to write comment.