Color Hex Logo

#5fbaff Color Hex

#5FBAFF
(95,186,255)
1 Favorites   0 Comments

Color spaces of #5fbaff

RGB 95186255
HSL0.571.000.69
HSV206°63°100°
CMYK 0.630.270.00   0.00
XYZ40.328244.7707101.1238
Yxy44.77070.21660.2404
Hunter Lab66.9109-9.5095-42.7685
CIE-Lab72.7407-6.7864-42.1305

#5fbaff color RGB value is (95,186,255).

#5fbaff hex color red value is 95, green value is 186 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #5fbaff hue: 0.57 , saturation: 1.00 and the lightness value of 5fbaff is 0.69.

The process color (four color CMYK) of #5fbaff color hex is 0.63, 0.27, 0.00, 0.00. Web safe color of #5fbaff is #66ccff. Color #5fbaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111010 11111111
Octal 137 272 377
Decimal 95 186 255
Hex 5F BA FF

RGB Percentages of Color #5fbaff

%17.72
%34.70
%47.57

CMYK Percentages of Color #5fbaff

%63
%27
%0
%0

Triadic Colors of #5fbaff

#5fbaff #ff5fba #baff5f

Analogous Colors of #5fbaff

#5fbaff #5f6aff #5ffff4

Monochromatic Colors of #5fbaff

#5fbaff

Complementary Color

#5fbaff #ffa45f

#5fbaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbaff Color CSS Codes

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

#5fbaff Text Font Color

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

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


#5fbaff Background Color

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

This div background color is #5fbaff


#5fbaff Border Color

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

This div border color is #5fbaff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,186,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fbaff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fbaff;
  -webkit-box-shadow: 1px 1px 3px 2px #5fbaff;
  box-shadow:         1px 1px 3px 2px #5fbaff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,186,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbaff

#5fbaff Color Palettes


Comments

No comments written yet.

Please login to write comment.