Color Hex Logo

#5facbd Color Hex

#5FACBD
(95,172,189)
0 Favorites   0 Comments

Color spaces of #5facbd

RGB 95172189
HSL0.530.420.56
HSV191°50°74°
CMYK 0.500.090.00   0.26
XYZ28.657135.612153.5075
Yxy35.61210.24330.3024
Hunter Lab59.6759-18.7149-11.3884
CIE-Lab66.2225-19.1321-16.0642

#5facbd color RGB value is (95,172,189).

#5facbd hex color red value is 95, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5facbd hue: 0.53 , saturation: 0.42 and the lightness value of 5facbd is 0.56.

The process color (four color CMYK) of #5facbd color hex is 0.50, 0.09, 0.00, 0.26. Web safe color of #5facbd is #6699cc. Color #5facbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101100 10111101
Octal 137 254 275
Decimal 95 172 189
Hex 5F AC BD

RGB Percentages of Color #5facbd

%20.83
%37.72
%41.45

CMYK Percentages of Color #5facbd

%50
%9
%0
%26

Triadic Colors of #5facbd

#5facbd #bd5fac #acbd5f

Analogous Colors of #5facbd

#5facbd #5f7dbd #5fbd9f

Monochromatic Colors of #5facbd

#5facbd

Complementary Color

#5facbd #bd705f

#5facbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5facbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5facbd Color CSS Codes

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

#5facbd Text Font Color

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

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


#5facbd Background Color

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

This div background color is #5facbd


#5facbd Border Color

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

This div border color is #5facbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5facbd


Comments

No comments written yet.

Please login to write comment.