Color Hex Logo

#5fbbde Color Hex

#5FBBDE
(95,187,222)
0 Favorites   0 Comments

Color spaces of #5fbbde

RGB 95187222
HSL0.550.660.62
HSV197°57°87°
CMYK 0.570.160.00   0.13
XYZ35.674543.247575.5746
Yxy43.24750.23090.2799
Hunter Lab65.7628-18.2537-22.1020
CIE-Lab71.7226-17.4450-25.8337

#5fbbde color RGB value is (95,187,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111011 11011110
Octal 137 273 336
Decimal 95 187 222
Hex 5F BB DE

RGB Percentages of Color #5fbbde

%18.85
%37.10
%44.05

CMYK Percentages of Color #5fbbde

%57
%16
%0
%13

Triadic Colors of #5fbbde

#5fbbde #de5fbb #bbde5f

Analogous Colors of #5fbbde

#5fbbde #5f7cde #5fdec2

Monochromatic Colors of #5fbbde

#5fbbde

Complementary Color

#5fbbde #de825f

#5fbbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbbde Color CSS Codes

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

#5fbbde Text Font Color

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

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


#5fbbde Background Color

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

This div background color is #5fbbde


#5fbbde Border Color

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

This div border color is #5fbbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbbde


Comments

No comments written yet.

Please login to write comment.