Color Hex Logo

#5fbeda Color Hex

#5FBEDA
(95,190,218)
0 Favorites   0 Comments

Color spaces of #5fbeda

RGB 95190218
HSL0.540.620.61
HSV194°56°85°
CMYK 0.560.130.00   0.15
XYZ35.787744.321872.9984
Yxy44.32180.23370.2895
Hunter Lab66.5746-20.5515-18.4087
CIE-Lab72.4431-20.1692-22.5562

#5fbeda color RGB value is (95,190,218).

#5fbeda hex color red value is 95, green value is 190 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #5fbeda hue: 0.54 , saturation: 0.62 and the lightness value of 5fbeda is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111110 11011010
Octal 137 276 332
Decimal 95 190 218
Hex 5F BE DA

RGB Percentages of Color #5fbeda

%18.89
%37.77
%43.34

CMYK Percentages of Color #5fbeda

%56
%13
%0
%15

Triadic Colors of #5fbeda

#5fbeda #da5fbe #beda5f

Analogous Colors of #5fbeda

#5fbeda #5f81da #5fdab9

Monochromatic Colors of #5fbeda

#5fbeda

Complementary Color

#5fbeda #da7b5f

#5fbeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbeda Color CSS Codes

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

#5fbeda Text Font Color

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

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


#5fbeda Background Color

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

This div background color is #5fbeda


#5fbeda Border Color

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

This div border color is #5fbeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbeda


Comments

No comments written yet.

Please login to write comment.