Color Hex Logo

#5fdddb Color Hex

#5FDDDB
(95,221,219)
0 Favorites   0 Comments

Color spaces of #5fdddb

RGB 95221219
HSL0.500.650.62
HSV179°57°87°
CMYK 0.570.000.01   0.13
XYZ43.361959.260376.1708
Yxy59.26030.24250.3314
Hunter Lab76.9807-34.1703-4.7797
CIE-Lab81.4345-35.0655-9.5536

#5fdddb color RGB value is (95,221,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011101 11011011
Octal 137 335 333
Decimal 95 221 219
Hex 5F DD DB

RGB Percentages of Color #5fdddb

%17.76
%41.31
%40.93

CMYK Percentages of Color #5fdddb

%57
%0
%1
%13

Triadic Colors of #5fdddb

#5fdddb #db5fdd #dddb5f

Analogous Colors of #5fdddb

#5fdddb #5fa0dd #5fdd9c

Monochromatic Colors of #5fdddb

#5fdddb

Complementary Color

#5fdddb #dd5f61

#5fdddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdddb Color CSS Codes

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

#5fdddb Text Font Color

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

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


#5fdddb Background Color

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

This div background color is #5fdddb


#5fdddb Border Color

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

This div border color is #5fdddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdddb


Comments

No comments written yet.

Please login to write comment.