Color Hex Logo

#5baeef Color Hex

#5BAEEF
(91,174,239)
0 Favorites   0 Comments

Color spaces of #5baeef

RGB 91174239
HSL0.570.820.65
HSV206°62°94°
CMYK 0.620.270.00   0.06
XYZ35.030438.728287.2904
Yxy38.72820.21750.2405
Hunter Lab62.2320-8.4283-39.6014
CIE-Lab68.5539-5.9705-40.0116

#5baeef color RGB value is (91,174,239).

#5baeef hex color red value is 91, green value is 174 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5baeef hue: 0.57 , saturation: 0.82 and the lightness value of 5baeef is 0.65.

The process color (four color CMYK) of #5baeef color hex is 0.62, 0.27, 0.00, 0.06. Web safe color of #5baeef is #6699ff. Color #5baeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101110 11101111
Octal 133 256 357
Decimal 91 174 239
Hex 5B AE EF

RGB Percentages of Color #5baeef

%18.06
%34.52
%47.42

CMYK Percentages of Color #5baeef

%62
%27
%0
%6

Triadic Colors of #5baeef

#5baeef #ef5bae #aeef5b

Analogous Colors of #5baeef

#5baeef #5b64ef #5befe6

Monochromatic Colors of #5baeef

#5baeef

Complementary Color

#5baeef #ef9c5b

#5baeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baeef Color CSS Codes

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

#5baeef Text Font Color

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

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


#5baeef Background Color

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

This div background color is #5baeef


#5baeef Border Color

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

This div border color is #5baeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baeef


Comments

No comments written yet.

Please login to write comment.