Color Hex Logo

#5fbbef Color Hex

#5FBBEF
(95,187,239)
0 Favorites   0 Comments

Color spaces of #5fbbef

RGB 95187239
HSL0.560.820.65
HSV202°60°94°
CMYK 0.600.220.00   0.06
XYZ38.069644.205588.1874
Yxy44.20550.22330.2593
Hunter Lab66.4872-14.1462-32.1001
CIE-Lab72.3656-12.3192-34.0739

#5fbbef color RGB value is (95,187,239).

#5fbbef hex color red value is 95, green value is 187 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #5fbbef hue: 0.56 , saturation: 0.82 and the lightness value of 5fbbef is 0.65.

The process color (four color CMYK) of #5fbbef color hex is 0.60, 0.22, 0.00, 0.06. Web safe color of #5fbbef is #66ccff. Color #5fbbef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111011 11101111
Octal 137 273 357
Decimal 95 187 239
Hex 5F BB EF

RGB Percentages of Color #5fbbef

%18.23
%35.89
%45.87

CMYK Percentages of Color #5fbbef

%60
%22
%0
%6

Triadic Colors of #5fbbef

#5fbbef #ef5fbb #bbef5f

Analogous Colors of #5fbbef

#5fbbef #5f73ef #5fefdb

Monochromatic Colors of #5fbbef

#5fbbef

Complementary Color

#5fbbef #ef935f

#5fbbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbbef Color CSS Codes

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

#5fbbef Text Font Color

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

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


#5fbbef Background Color

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

This div background color is #5fbbef


#5fbbef Border Color

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

This div border color is #5fbbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbbef


Comments

No comments written yet.

Please login to write comment.