Color Hex Logo

#5cadab Color Hex

#5CADAB
(92,173,171)
0 Favorites   0 Comments

Color spaces of #5cadab

RGB 92173171
HSL0.500.330.52
HSV179°47°68°
CMYK 0.470.000.01   0.32
XYZ26.707935.102743.8959
Yxy35.10270.25270.3321
Hunter Lab59.2475-23.2181-2.4541
CIE-Lab65.8285-25.2149-6.6631

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101101 10101011
Octal 134 255 253
Decimal 92 173 171
Hex 5C AD AB

RGB Percentages of Color #5cadab

%21.10
%39.68
%39.22

CMYK Percentages of Color #5cadab

%47
%0
%1
%32

Triadic Colors of #5cadab

#5cadab #ab5cad #adab5c

Analogous Colors of #5cadab

#5cadab #5c87ad #5cad83

Monochromatic Colors of #5cadab

#5cadab

Complementary Color

#5cadab #ad5c5e

#5cadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cadab Color CSS Codes

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

#5cadab Text Font Color

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

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


#5cadab Background Color

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

This div background color is #5cadab


#5cadab Border Color

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

This div border color is #5cadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cadab


Comments

No comments written yet.

Please login to write comment.