Color Hex Logo

#5beffa Color Hex

#5BEFFA
(91,239,250)
0 Favorites   0 Comments

Color spaces of #5beffa

RGB 91239250
HSL0.510.940.67
HSV184°64°98°
CMYK 0.640.040.00   0.02
XYZ52.436270.8593101.3560
Yxy70.85930.23340.3154
Hunter Lab84.1780-36.1201-12.4646
CIE-Lab87.4166-35.6822-16.9764

#5beffa color RGB value is (91,239,250).

#5beffa hex color red value is 91, green value is 239 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5beffa hue: 0.51 , saturation: 0.94 and the lightness value of 5beffa is 0.67.

The process color (four color CMYK) of #5beffa color hex is 0.64, 0.04, 0.00, 0.02. Web safe color of #5beffa is #66ffff. Color #5beffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101111 11111010
Octal 133 357 372
Decimal 91 239 250
Hex 5B EF FA

RGB Percentages of Color #5beffa

%15.69
%41.21
%43.10

CMYK Percentages of Color #5beffa

%64
%4
%0
%2

Triadic Colors of #5beffa

#5beffa #fa5bef #effa5b

Analogous Colors of #5beffa

#5beffa #5ba0fa #5bfab6

Monochromatic Colors of #5beffa

#5beffa

Complementary Color

#5beffa #fa665b

#5beffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5beffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5beffa Color CSS Codes

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

#5beffa Text Font Color

<p style="color:#5beffa">Text here</p>

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


#5beffa Background Color

<div style="background-color:#5beffa">
Div content here</div>

This div background color is #5beffa


#5beffa Border Color

<div style="border:3px solid #5beffa">
Div here</div>

This div border color is #5beffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,239,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5beffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5beffa;
  -webkit-box-shadow: 1px 1px 3px 2px #5beffa;
  box-shadow:         1px 1px 3px 2px #5beffa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,239,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5beffa

Related Colors


Comments

No comments written yet.

Please login to write comment.