Color Hex Logo

#5fdbbd Color Hex

#5FDBBD
(95,219,189)
0 Favorites   0 Comments

Color spaces of #5fdbbd

RGB 95219189
HSL0.460.630.62
HSV165°57°86°
CMYK 0.570.000.14   0.14
XYZ39.236156.770157.0339
Yxy56.77010.25640.3709
Hunter Lab75.3459-38.90227.8620
CIE-Lab80.0501-41.71534.3829

#5fdbbd color RGB value is (95,219,189).

#5fdbbd hex color red value is 95, green value is 219 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5fdbbd hue: 0.46 , saturation: 0.63 and the lightness value of 5fdbbd is 0.62.

The process color (four color CMYK) of #5fdbbd color hex is 0.57, 0.00, 0.14, 0.14. Web safe color of #5fdbbd is #66cccc. Color #5fdbbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011011 10111101
Octal 137 333 275
Decimal 95 219 189
Hex 5F DB BD

RGB Percentages of Color #5fdbbd

%18.89
%43.54
%37.57

CMYK Percentages of Color #5fdbbd

%57
%0
%14
%14

Triadic Colors of #5fdbbd

#5fdbbd #bd5fdb #dbbd5f

Analogous Colors of #5fdbbd

#5fdbbd #5fbbdb #5fdb7f

Monochromatic Colors of #5fdbbd

#5fdbbd

Complementary Color

#5fdbbd #db5f7d

#5fdbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdbbd Color CSS Codes

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

#5fdbbd Text Font Color

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

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


#5fdbbd Background Color

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

This div background color is #5fdbbd


#5fdbbd Border Color

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

This div border color is #5fdbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdbbd


Comments

No comments written yet.

Please login to write comment.