Color Hex Logo

#5fbefa Color Hex

#5FBEFA
(95,190,250)
0 Favorites   0 Comments

Color spaces of #5fbefa

RGB 95190250
HSL0.560.940.68
HSV203°62°98°
CMYK 0.620.240.00   0.02
XYZ40.388146.161997.2239
Yxy46.16190.21980.2512
Hunter Lab67.9425-12.7911-37.2826
CIE-Lab73.6505-10.5221-38.0205

#5fbefa color RGB value is (95,190,250).

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

The process color (four color CMYK) of #5fbefa color hex is 0.62, 0.24, 0.00, 0.02. Web safe color of #5fbefa is #66ccff. Color #5fbefa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111110 11111010
Octal 137 276 372
Decimal 95 190 250
Hex 5F BE FA

RGB Percentages of Color #5fbefa

%17.76
%35.51
%46.73

CMYK Percentages of Color #5fbefa

%62
%24
%0
%2

Triadic Colors of #5fbefa

#5fbefa #fa5fbe #befa5f

Analogous Colors of #5fbefa

#5fbefa #5f71fa #5ffae9

Monochromatic Colors of #5fbefa

#5fbefa

Complementary Color

#5fbefa #fa9b5f

#5fbefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbefa Color CSS Codes

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

#5fbefa Text Font Color

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

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


#5fbefa Background Color

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

This div background color is #5fbefa


#5fbefa Border Color

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

This div border color is #5fbefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbefa


Comments

No comments written yet.

Please login to write comment.