Color Hex Logo

#5faece Color Hex

#5FAECE
(95,174,206)
0 Favorites   0 Comments

Color spaces of #5faece

RGB 95174206
HSL0.550.530.59
HSV197°54°81°
CMYK 0.540.160.00   0.19
XYZ30.995937.161263.9317
Yxy37.16120.23470.2813
Hunter Lab60.9600-15.9193-19.5083
CIE-Lab67.3978-15.3147-23.6852

#5faece color RGB value is (95,174,206).

#5faece hex color red value is 95, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5faece hue: 0.55 , saturation: 0.53 and the lightness value of 5faece is 0.59.

The process color (four color CMYK) of #5faece color hex is 0.54, 0.16, 0.00, 0.19. Web safe color of #5faece is #6699cc. Color #5faece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101110 11001110
Octal 137 256 316
Decimal 95 174 206
Hex 5F AE CE

RGB Percentages of Color #5faece

%20.00
%36.63
%43.37

CMYK Percentages of Color #5faece

%54
%16
%0
%19

Triadic Colors of #5faece

#5faece #ce5fae #aece5f

Analogous Colors of #5faece

#5faece #5f77ce #5fceb7

Monochromatic Colors of #5faece

#5faece

Complementary Color

#5faece #ce7f5f

#5faece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faece Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faece Color CSS Codes

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

#5faece Text Font Color

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

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


#5faece Background Color

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

This div background color is #5faece


#5faece Border Color

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

This div border color is #5faece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faece


Comments

No comments written yet.

Please login to write comment.