Color Hex Logo

#5fdcda Color Hex

#5FDCDA
(95,220,218)
0 Favorites   0 Comments

Color spaces of #5fdcda

RGB 95220218
HSL0.500.640.62
HSV179°57°86°
CMYK 0.570.000.01   0.14
XYZ42.967458.681375.3917
Yxy58.68130.24270.3315
Hunter Lab76.6037-33.9350-4.7293
CIE-Lab81.1161-34.8640-9.4951

#5fdcda color RGB value is (95,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011100 11011010
Octal 137 334 332
Decimal 95 220 218
Hex 5F DC DA

RGB Percentages of Color #5fdcda

%17.82
%41.28
%40.90

CMYK Percentages of Color #5fdcda

%57
%0
%1
%14

Triadic Colors of #5fdcda

#5fdcda #da5fdc #dcda5f

Analogous Colors of #5fdcda

#5fdcda #5fa0dc #5fdc9c

Monochromatic Colors of #5fdcda

#5fdcda

Complementary Color

#5fdcda #dc5f61

#5fdcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdcda Color CSS Codes

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

#5fdcda Text Font Color

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

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


#5fdcda Background Color

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

This div background color is #5fdcda


#5fdcda Border Color

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

This div border color is #5fdcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdcda


Comments

No comments written yet.

Please login to write comment.