Color Hex Logo

#5fbaef Color Hex

#5FBAEF
(95,186,239)
0 Favorites   0 Comments

Color spaces of #5fbaef

RGB 95186239
HSL0.560.820.65
HSV202°60°94°
CMYK 0.600.220.00   0.06
XYZ37.858243.782788.1169
Yxy43.78270.22300.2579
Hunter Lab66.1685-13.6664-32.6388
CIE-Lab72.0830-11.7845-34.5115

#5fbaef color RGB value is (95,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111010 11101111
Octal 137 272 357
Decimal 95 186 239
Hex 5F BA EF

RGB Percentages of Color #5fbaef

%18.27
%35.77
%45.96

CMYK Percentages of Color #5fbaef

%60
%22
%0
%6

Triadic Colors of #5fbaef

#5fbaef #ef5fba #baef5f

Analogous Colors of #5fbaef

#5fbaef #5f72ef #5fefdc

Monochromatic Colors of #5fbaef

#5fbaef

Complementary Color

#5fbaef #ef945f

#5fbaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbaef Color CSS Codes

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

#5fbaef Text Font Color

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

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


#5fbaef Background Color

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

This div background color is #5fbaef


#5fbaef Border Color

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

This div border color is #5fbaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbaef


Comments

No comments written yet.

Please login to write comment.