Color Hex Logo

#5facde Color Hex

#5FACDE
(95,172,222)
0 Favorites   0 Comments

Color spaces of #5facde

RGB 95172222
HSL0.570.660.62
HSV204°57°87°
CMYK 0.570.230.00   0.13
XYZ32.656737.211974.5687
Yxy37.21190.22610.2576
Hunter Lab61.0016-11.1942-29.7754
CIE-Lab67.4357-9.4379-32.4358

#5facde color RGB value is (95,172,222).

#5facde hex color red value is 95, green value is 172 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #5facde hue: 0.57 , saturation: 0.66 and the lightness value of 5facde is 0.62.

The process color (four color CMYK) of #5facde color hex is 0.57, 0.23, 0.00, 0.13. Web safe color of #5facde is #6699cc. Color #5facde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101100 11011110
Octal 137 254 336
Decimal 95 172 222
Hex 5F AC DE

RGB Percentages of Color #5facde

%19.43
%35.17
%45.40

CMYK Percentages of Color #5facde

%57
%23
%0
%13

Triadic Colors of #5facde

#5facde #de5fac #acde5f

Analogous Colors of #5facde

#5facde #5f6dde #5fded1

Monochromatic Colors of #5facde

#5facde

Complementary Color

#5facde #de915f

#5facde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5facde Color Preview on White Background

Lorem ipsum dolor sit amet.

#5facde Color CSS Codes

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

#5facde Text Font Color

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

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


#5facde Background Color

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

This div background color is #5facde


#5facde Border Color

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

This div border color is #5facde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5facde


Comments

No comments written yet.

Please login to write comment.