Color Hex Logo

#5facca Color Hex

#5FACCA
(95,172,202)
0 Favorites   0 Comments

Color spaces of #5facca

RGB 95172202
HSL0.550.500.58
HSV197°53°79°
CMYK 0.530.150.00   0.21
XYZ30.132536.202261.2767
Yxy36.20220.23610.2837
Hunter Lab60.1683-15.9010-18.2645
CIE-Lab66.6741-15.4211-22.5817

#5facca color RGB value is (95,172,202).

#5facca hex color red value is 95, green value is 172 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5facca hue: 0.55 , saturation: 0.50 and the lightness value of 5facca is 0.58.

The process color (four color CMYK) of #5facca color hex is 0.53, 0.15, 0.00, 0.21. Web safe color of #5facca is #6699cc. Color #5facca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101100 11001010
Octal 137 254 312
Decimal 95 172 202
Hex 5F AC CA

RGB Percentages of Color #5facca

%20.26
%36.67
%43.07

CMYK Percentages of Color #5facca

%53
%15
%0
%21

Triadic Colors of #5facca

#5facca #ca5fac #acca5f

Analogous Colors of #5facca

#5facca #5f77ca #5fcab3

Monochromatic Colors of #5facca

#5facca

Complementary Color

#5facca #ca7d5f

#5facca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5facca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5facca Color CSS Codes

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

#5facca Text Font Color

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

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


#5facca Background Color

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

This div background color is #5facca


#5facca Border Color

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

This div border color is #5facca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5facca


Comments

No comments written yet.

Please login to write comment.