Color Hex Logo

#5fbbdf Color Hex

#5FBBDF
(95,187,223)
0 Favorites   0 Comments

Color spaces of #5fbbdf

RGB 95187223
HSL0.550.670.62
HSV197°57°87°
CMYK 0.570.160.00   0.13
XYZ35.808943.301376.2827
Yxy43.30130.23040.2787
Hunter Lab65.8037-18.0208-22.6691
CIE-Lab71.7590-17.1493-26.3223

#5fbbdf color RGB value is (95,187,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111011 11011111
Octal 137 273 337
Decimal 95 187 223
Hex 5F BB DF

RGB Percentages of Color #5fbbdf

%18.81
%37.03
%44.16

CMYK Percentages of Color #5fbbdf

%57
%16
%0
%13

Triadic Colors of #5fbbdf

#5fbbdf #df5fbb #bbdf5f

Analogous Colors of #5fbbdf

#5fbbdf #5f7bdf #5fdfc3

Monochromatic Colors of #5fbbdf

#5fbbdf

Complementary Color

#5fbbdf #df835f

#5fbbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbbdf Color CSS Codes

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

#5fbbdf Text Font Color

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

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


#5fbbdf Background Color

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

This div background color is #5fbbdf


#5fbbdf Border Color

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

This div border color is #5fbbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbbdf


Comments

No comments written yet.

Please login to write comment.