Color Hex Logo

#5fbeef Color Hex

#5FBEEF
(95,190,239)
0 Favorites   0 Comments

Color spaces of #5fbeef

RGB 95190239
HSL0.560.820.65
HSV200°60°94°
CMYK 0.600.210.00   0.06
XYZ38.712845.491888.4018
Yxy45.49180.22430.2636
Hunter Lab67.4476-15.5799-30.4965
CIE-Lab73.2146-13.9142-32.7612

#5fbeef color RGB value is (95,190,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111110 11101111
Octal 137 276 357
Decimal 95 190 239
Hex 5F BE EF

RGB Percentages of Color #5fbeef

%18.13
%36.26
%45.61

CMYK Percentages of Color #5fbeef

%60
%21
%0
%6

Triadic Colors of #5fbeef

#5fbeef #ef5fbe #beef5f

Analogous Colors of #5fbeef

#5fbeef #5f76ef #5fefd8

Monochromatic Colors of #5fbeef

#5fbeef

Complementary Color

#5fbeef #ef905f

#5fbeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbeef Color CSS Codes

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

#5fbeef Text Font Color

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

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


#5fbeef Background Color

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

This div background color is #5fbeef


#5fbeef Border Color

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

This div border color is #5fbeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbeef


Comments

No comments written yet.

Please login to write comment.