Color Hex Logo

#5fdabe Color Hex

#5FDABE
(95,218,190)
0 Favorites   0 Comments

Color spaces of #5fdabe

RGB 95218190
HSL0.460.620.61
HSV166°56°85°
CMYK 0.560.000.13   0.15
XYZ39.085056.293457.5209
Yxy56.29340.25560.3682
Hunter Lab75.0289-38.31427.0656
CIE-Lab79.7805-41.03173.4605

#5fdabe color RGB value is (95,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11011010 10111110
Octal 137 332 276
Decimal 95 218 190
Hex 5F DA BE

RGB Percentages of Color #5fdabe

%18.89
%43.34
%37.77

CMYK Percentages of Color #5fdabe

%56
%0
%13
%15

Triadic Colors of #5fdabe

#5fdabe #be5fda #dabe5f

Analogous Colors of #5fdabe

#5fdabe #5fb9da #5fda81

Monochromatic Colors of #5fdabe

#5fdabe

Complementary Color

#5fdabe #da5f7b

#5fdabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fdabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fdabe Color CSS Codes

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

#5fdabe Text Font Color

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

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


#5fdabe Background Color

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

This div background color is #5fdabe


#5fdabe Border Color

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

This div border color is #5fdabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fdabe


Comments

No comments written yet.

Please login to write comment.