Color Hex Logo

#31beea Color Hex

#31BEEA
(49,190,234)
0 Favorites   0 Comments

Color spaces of #31beea

RGB 49190234
HSL0.540.810.55
HSV194°79°92°
CMYK 0.790.190.00   0.08
XYZ34.531443.420484.4029
Yxy43.42040.21270.2674
Hunter Lab65.8942-21.7730-29.8178
CIE-Lab71.8394-21.8423-32.2753

#31beea color RGB value is (49,190,234).

#31beea hex color red value is 49, green value is 190 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #31beea hue: 0.54 , saturation: 0.81 and the lightness value of 31beea is 0.55.

The process color (four color CMYK) of #31beea color hex is 0.79, 0.19, 0.00, 0.08. Web safe color of #31beea is #33ccff. Color #31beea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10111110 11101010
Octal 61 276 352
Decimal 49 190 234
Hex 31 BE EA

RGB Percentages of Color #31beea

%10.36
%40.17
%49.47

CMYK Percentages of Color #31beea

%79
%19
%0
%8

Triadic Colors of #31beea

#31beea #ea31be #beea31

Analogous Colors of #31beea

#31beea #3162ea #31eaba

Monochromatic Colors of #31beea

#31beea

Complementary Color

#31beea #ea5d31

#31beea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31beea Color Preview on White Background

Lorem ipsum dolor sit amet.

#31beea Color CSS Codes

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

#31beea Text Font Color

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

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


#31beea Background Color

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

This div background color is #31beea


#31beea Border Color

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

This div border color is #31beea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31beea


Comments

No comments written yet.

Please login to write comment.