Color Hex Logo

#5fbaec Color Hex

#5FBAEC
(95,186,236)
0 Favorites   0 Comments

Color spaces of #5fbaec

RGB 95186236
HSL0.560.790.65
HSV201°60°93°
CMYK 0.600.210.00   0.07
XYZ37.418543.606885.8017
Yxy43.60680.22430.2614
Hunter Lab66.0354-14.4163-30.8123
CIE-Lab71.9649-12.7052-33.0683

#5fbaec color RGB value is (95,186,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111010 11101100
Octal 137 272 354
Decimal 95 186 236
Hex 5F BA EC

RGB Percentages of Color #5fbaec

%18.38
%35.98
%45.65

CMYK Percentages of Color #5fbaec

%60
%21
%0
%7

Triadic Colors of #5fbaec

#5fbaec #ec5fba #baec5f

Analogous Colors of #5fbaec

#5fbaec #5f74ec #5fecd8

Monochromatic Colors of #5fbaec

#5fbaec

Complementary Color

#5fbaec #ec915f

#5fbaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbaec Color CSS Codes

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

#5fbaec Text Font Color

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

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


#5fbaec Background Color

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

This div background color is #5fbaec


#5fbaec Border Color

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

This div border color is #5fbaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbaec


Comments

No comments written yet.

Please login to write comment.