Color Hex Logo

#5beaf9 Color Hex

#5BEAF9
(91,234,249)
0 Favorites   0 Comments

Color spaces of #5beaf9

RGB 91234249
HSL0.520.930.67
HSV186°63°98°
CMYK 0.630.060.00   0.02
XYZ50.836167.9093100.0510
Yxy67.90930.23230.3104
Hunter Lab82.4071-34.0976-14.2994
CIE-Lab85.9611-33.6227-18.6442

#5beaf9 color RGB value is (91,234,249).

#5beaf9 hex color red value is 91, green value is 234 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #5beaf9 hue: 0.52 , saturation: 0.93 and the lightness value of 5beaf9 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101010 11111001
Octal 133 352 371
Decimal 91 234 249
Hex 5B EA F9

RGB Percentages of Color #5beaf9

%15.85
%40.77
%43.38

CMYK Percentages of Color #5beaf9

%63
%6
%0
%2

Triadic Colors of #5beaf9

#5beaf9 #f95bea #eaf95b

Analogous Colors of #5beaf9

#5beaf9 #5b9bf9 #5bf9b9

Monochromatic Colors of #5beaf9

#5beaf9

Complementary Color

#5beaf9 #f96a5b

#5beaf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5beaf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5beaf9 Color CSS Codes

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

#5beaf9 Text Font Color

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

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


#5beaf9 Background Color

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

This div background color is #5beaf9


#5beaf9 Border Color

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

This div border color is #5beaf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5beaf9


Comments

No comments written yet.

Please login to write comment.