Color Hex Logo

#5fbcef Color Hex

#5FBCEF
(95,188,239)
0 Favorites   0 Comments

Color spaces of #5fbcef

RGB 95188239
HSL0.560.820.65
HSV201°60°94°
CMYK 0.600.210.00   0.06
XYZ38.282544.631388.2584
Yxy44.63130.22360.2607
Hunter Lab66.8067-14.6251-31.5635
CIE-Lab72.6485-12.8525-33.6363

#5fbcef color RGB value is (95,188,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111100 11101111
Octal 137 274 357
Decimal 95 188 239
Hex 5F BC EF

RGB Percentages of Color #5fbcef

%18.20
%36.02
%45.79

CMYK Percentages of Color #5fbcef

%60
%21
%0
%6

Triadic Colors of #5fbcef

#5fbcef #ef5fbc #bcef5f

Analogous Colors of #5fbcef

#5fbcef #5f74ef #5fefda

Monochromatic Colors of #5fbcef

#5fbcef

Complementary Color

#5fbcef #ef925f

#5fbcef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbcef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbcef Color CSS Codes

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

#5fbcef Text Font Color

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

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


#5fbcef Background Color

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

This div background color is #5fbcef


#5fbcef Border Color

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

This div border color is #5fbcef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbcef


Comments

No comments written yet.

Please login to write comment.