Color Hex Logo

#5fbddb Color Hex

#5FBDDB
(95,189,219)
0 Favorites   0 Comments

Color spaces of #5fbddb

RGB 95189219
HSL0.540.630.62
HSV195°57°86°
CMYK 0.570.140.00   0.14
XYZ35.703143.942673.6178
Yxy43.94260.23300.2867
Hunter Lab66.2892-19.8668-19.4423
CIE-Lab72.1901-19.3636-23.4860

#5fbddb color RGB value is (95,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111101 11011011
Octal 137 275 333
Decimal 95 189 219
Hex 5F BD DB

RGB Percentages of Color #5fbddb

%18.89
%37.57
%43.54

CMYK Percentages of Color #5fbddb

%57
%14
%0
%14

Triadic Colors of #5fbddb

#5fbddb #db5fbd #bddb5f

Analogous Colors of #5fbddb

#5fbddb #5f7fdb #5fdbbb

Monochromatic Colors of #5fbddb

#5fbddb

Complementary Color

#5fbddb #db7d5f

#5fbddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbddb Color CSS Codes

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

#5fbddb Text Font Color

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

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


#5fbddb Background Color

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

This div background color is #5fbddb


#5fbddb Border Color

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

This div border color is #5fbddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,189,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 #5fbddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbddb


Comments

No comments written yet.

Please login to write comment.