Color Hex Logo

#5fbade Color Hex

#5FBADE
(95,186,222)
0 Favorites   0 Comments

Color spaces of #5fbade

RGB 95186222
HSL0.550.660.62
HSV197°57°87°
CMYK 0.570.160.00   0.13
XYZ35.463042.824675.5041
Yxy42.82460.23060.2785
Hunter Lab65.4405-17.7896-22.5994
CIE-Lab71.4358-16.9226-26.2732

#5fbade color RGB value is (95,186,222).

#5fbade hex color red value is 95, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5fbade hue: 0.55 , saturation: 0.66 and the lightness value of 5fbade is 0.62.

The process color (four color CMYK) of #5fbade color hex is 0.57, 0.16, 0.00, 0.13. Web safe color of #5fbade is #66cccc. Color #5fbade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111010 11011110
Octal 137 272 336
Decimal 95 186 222
Hex 5F BA DE

RGB Percentages of Color #5fbade

%18.89
%36.98
%44.14

CMYK Percentages of Color #5fbade

%57
%16
%0
%13

Triadic Colors of #5fbade

#5fbade #de5fba #bade5f

Analogous Colors of #5fbade

#5fbade #5f7bde #5fdec3

Monochromatic Colors of #5fbade

#5fbade

Complementary Color

#5fbade #de835f

#5fbade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbade Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbade Color CSS Codes

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

#5fbade Text Font Color

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

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


#5fbade Background Color

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

This div background color is #5fbade


#5fbade Border Color

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

This div border color is #5fbade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbade


Comments

No comments written yet.

Please login to write comment.