Color Hex Logo

#5fadbd Color Hex

#5FADBD
(95,173,189)
0 Favorites   0 Comments

Color spaces of #5fadbd

RGB 95173189
HSL0.530.420.56
HSV190°50°74°
CMYK 0.500.080.00   0.26
XYZ28.848235.994253.5712
Yxy35.99420.24360.3040
Hunter Lab59.9952-19.1612-10.9449
CIE-Lab66.5155-19.6515-15.6216

#5fadbd color RGB value is (95,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101101 10111101
Octal 137 255 275
Decimal 95 173 189
Hex 5F AD BD

RGB Percentages of Color #5fadbd

%20.79
%37.86
%41.36

CMYK Percentages of Color #5fadbd

%50
%8
%0
%26

Triadic Colors of #5fadbd

#5fadbd #bd5fad #adbd5f

Analogous Colors of #5fadbd

#5fadbd #5f7ebd #5fbd9e

Monochromatic Colors of #5fadbd

#5fadbd

Complementary Color

#5fadbd #bd6f5f

#5fadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fadbd Color CSS Codes

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

#5fadbd Text Font Color

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

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


#5fadbd Background Color

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

This div background color is #5fadbd


#5fadbd Border Color

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

This div border color is #5fadbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,173,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 #5fadbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fadbd


Comments

No comments written yet.

Please login to write comment.