Color Hex Logo

#5ffbdb Color Hex

#5FFBDB
(95,251,219)
0 Favorites   0 Comments

Color spaces of #5ffbdb

RGB 95251219
HSL0.470.950.68
HSV168°62°98°
CMYK 0.620.000.13   0.02
XYZ52.002776.541779.0510
Yxy76.54170.25050.3687
Hunter Lab87.4881-47.00437.6694
CIE-Lab90.1103-48.42593.1945

#5ffbdb color RGB value is (95,251,219).

#5ffbdb hex color red value is 95, green value is 251 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #5ffbdb hue: 0.47 , saturation: 0.95 and the lightness value of 5ffbdb is 0.68.

The process color (four color CMYK) of #5ffbdb color hex is 0.62, 0.00, 0.13, 0.02. Web safe color of #5ffbdb is #66ffcc. Color #5ffbdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111011 11011011
Octal 137 373 333
Decimal 95 251 219
Hex 5F FB DB

RGB Percentages of Color #5ffbdb

%16.81
%44.42
%38.76

CMYK Percentages of Color #5ffbdb

%62
%0
%13
%2

Triadic Colors of #5ffbdb

#5ffbdb #db5ffb #fbdb5f

Analogous Colors of #5ffbdb

#5ffbdb #5fcdfb #5ffb8d

Monochromatic Colors of #5ffbdb

#5ffbdb

Complementary Color

#5ffbdb #fb5f7f

#5ffbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffbdb Color CSS Codes

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

#5ffbdb Text Font Color

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

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


#5ffbdb Background Color

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

This div background color is #5ffbdb


#5ffbdb Border Color

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

This div border color is #5ffbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffbdb


Comments

No comments written yet.

Please login to write comment.