Color Hex Logo

#5fbbdb Color Hex

#5FBBDB
(95,187,219)
0 Favorites   0 Comments

Color spaces of #5fbbdb

RGB 95187219
HSL0.540.630.62
HSV195°57°86°
CMYK 0.570.150.00   0.14
XYZ35.275843.088073.4754
Yxy43.08800.23230.2838
Hunter Lab65.6415-18.9464-20.4169
CIE-Lab71.6147-18.3282-24.3649

#5fbbdb color RGB value is (95,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111011 11011011
Octal 137 273 333
Decimal 95 187 219
Hex 5F BB DB

RGB Percentages of Color #5fbbdb

%18.96
%37.33
%43.71

CMYK Percentages of Color #5fbbdb

%57
%15
%0
%14

Triadic Colors of #5fbbdb

#5fbbdb #db5fbb #bbdb5f

Analogous Colors of #5fbbdb

#5fbbdb #5f7ddb #5fdbbd

Monochromatic Colors of #5fbbdb

#5fbbdb

Complementary Color

#5fbbdb #db7f5f

#5fbbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbbdb Color CSS Codes

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

#5fbbdb Text Font Color

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

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


#5fbbdb Background Color

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

This div background color is #5fbbdb


#5fbbdb Border Color

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

This div border color is #5fbbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbbdb


Comments

No comments written yet.

Please login to write comment.