Color Hex Logo

#5cadad Color Hex

#5CADAD
(92,173,173)
0 Favorites   0 Comments

Color spaces of #5cadad

RGB 92173173
HSL0.500.330.52
HSV180°47°68°
CMYK 0.470.000.00   0.32
XYZ26.900035.179644.9077
Yxy35.17960.25140.3288
Hunter Lab59.3124-22.8414-3.3721
CIE-Lab65.8883-24.6890-7.6867

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

#5cadad hex color red value is 92, green value is 173 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5cadad hue: 0.50 , saturation: 0.33 and the lightness value of 5cadad is 0.52.

The process color (four color CMYK) of #5cadad color hex is 0.47, 0.00, 0.00, 0.32. Web safe color of #5cadad is #669999. Color #5cadad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101101 10101101
Octal 134 255 255
Decimal 92 173 173
Hex 5C AD AD

RGB Percentages of Color #5cadad

%21.00
%39.50
%39.50

CMYK Percentages of Color #5cadad

%47
%0
%0
%32

Triadic Colors of #5cadad

#5cadad #ad5cad #adad5c

Analogous Colors of #5cadad

#5cadad #5c85ad #5cad85

Monochromatic Colors of #5cadad

#5cadad

Complementary Color

#5cadad #ad5c5c

#5cadad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cadad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cadad Color CSS Codes

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

#5cadad Text Font Color

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

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


#5cadad Background Color

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

This div background color is #5cadad


#5cadad Border Color

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

This div border color is #5cadad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cadad


Comments

No comments written yet.

Please login to write comment.