Color Hex Logo

#31beda Color Hex

#31BEDA
(49,190,218)
0 Favorites   0 Comments

Color spaces of #31beda

RGB 49190218
HSL0.530.700.52
HSV190°78°85°
CMYK 0.780.130.00   0.15
XYZ32.335042.541872.8368
Yxy42.54180.21890.2880
Hunter Lab65.2241-25.6503-20.5533
CIE-Lab71.2429-27.0018-24.4962

#31beda color RGB value is (49,190,218).

#31beda hex color red value is 49, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #31beda hue: 0.53 , saturation: 0.70 and the lightness value of 31beda is 0.52.

The process color (four color CMYK) of #31beda color hex is 0.78, 0.13, 0.00, 0.15. Web safe color of #31beda is #33cccc. Color #31beda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110001 10111110 11011010
Octal 61 276 332
Decimal 49 190 218
Hex 31 BE DA

RGB Percentages of Color #31beda

%10.72
%41.58
%47.70

CMYK Percentages of Color #31beda

%78
%13
%0
%15

Triadic Colors of #31beda

#31beda #da31be #beda31

Analogous Colors of #31beda

#31beda #316ada #31daa2

Monochromatic Colors of #31beda

#31beda

Complementary Color

#31beda #da4d31

#31beda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#31beda Color Preview on White Background

Lorem ipsum dolor sit amet.

#31beda Color CSS Codes

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

#31beda Text Font Color

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

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


#31beda Background Color

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

This div background color is #31beda


#31beda Border Color

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

This div border color is #31beda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #31beda


Comments

No comments written yet.

Please login to write comment.