Color Hex Logo

#5cdaad Color Hex

#5CDAAD
(92,218,173)
0 Favorites   0 Comments

Color spaces of #5cdaad

RGB 92218173
HSL0.440.630.61
HSV159°58°85°
CMYK 0.580.000.21   0.15
XYZ37.027955.435248.2837
Yxy55.43520.26310.3939
Hunter Lab74.4548-41.524213.6690
CIE-Lab79.2913-45.564011.7812

#5cdaad color RGB value is (92,218,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 11011010 10101101
Octal 134 332 255
Decimal 92 218 173
Hex 5C DA AD

RGB Percentages of Color #5cdaad

%19.05
%45.13
%35.82

CMYK Percentages of Color #5cdaad

%58
%0
%21
%15

Triadic Colors of #5cdaad

#5cdaad #ad5cda #daad5c

Analogous Colors of #5cdaad

#5cdaad #5cc8da #5cda6e

Monochromatic Colors of #5cdaad

#5cdaad

Complementary Color

#5cdaad #da5c89

#5cdaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cdaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cdaad Color CSS Codes

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

#5cdaad Text Font Color

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

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


#5cdaad Background Color

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

This div background color is #5cdaad


#5cdaad Border Color

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

This div border color is #5cdaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cdaad


Comments

No comments written yet.

Please login to write comment.