Color Hex Logo

#5fbedb Color Hex

#5FBEDB
(95,190,219)
0 Favorites   0 Comments

Color spaces of #5fbedb

RGB 95190219
HSL0.540.630.62
HSV194°57°86°
CMYK 0.570.130.00   0.14
XYZ35.919044.374373.6898
Yxy44.37430.23330.2882
Hunter Lab66.6140-20.3255-18.9580
CIE-Lab72.4780-19.8786-23.0469

#5fbedb color RGB value is (95,190,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111110 11011011
Octal 137 276 333
Decimal 95 190 219
Hex 5F BE DB

RGB Percentages of Color #5fbedb

%18.85
%37.70
%43.45

CMYK Percentages of Color #5fbedb

%57
%13
%0
%14

Triadic Colors of #5fbedb

#5fbedb #db5fbe #bedb5f

Analogous Colors of #5fbedb

#5fbedb #5f80db #5fdbba

Monochromatic Colors of #5fbedb

#5fbedb

Complementary Color

#5fbedb #db7c5f

#5fbedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbedb Color CSS Codes

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

#5fbedb Text Font Color

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

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


#5fbedb Background Color

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

This div background color is #5fbedb


#5fbedb Border Color

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

This div border color is #5fbedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbedb


Comments

No comments written yet.

Please login to write comment.