Color Hex Logo

#5cdabe Color Hex

#5CDABE
(92,218,190)
0 Favorites   0 Comments

Color spaces of #5cdabe

RGB 92218190
HSL0.460.630.61
HSV167°58°85°
CMYK 0.580.000.13   0.15
XYZ38.779356.135857.5066
Yxy56.13580.25440.3683
Hunter Lab74.9238-38.72816.9396
CIE-Lab79.6910-41.61803.3196

#5cdabe color RGB value is (92,218,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11011010 10111110
Octal 134 332 276
Decimal 92 218 190
Hex 5C DA BE

RGB Percentages of Color #5cdabe

%18.40
%43.60
%38.00

CMYK Percentages of Color #5cdabe

%58
%0
%13
%15

Triadic Colors of #5cdabe

#5cdabe #be5cda #dabe5c

Analogous Colors of #5cdabe

#5cdabe #5cb7da #5cda7f

Monochromatic Colors of #5cdabe

#5cdabe

Complementary Color

#5cdabe #da5c78

#5cdabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cdabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cdabe Color CSS Codes

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

#5cdabe Text Font Color

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

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


#5cdabe Background Color

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

This div background color is #5cdabe


#5cdabe Border Color

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

This div border color is #5cdabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cdabe


Comments

No comments written yet.

Please login to write comment.