Color Hex Logo

#5adcb1 Color Hex

#5ADCB1
(90,220,177)
0 Favorites   0 Comments

Color spaces of #5adcb1

RGB 90220177
HSL0.440.650.61
HSV160°59°86°
CMYK 0.590.000.20   0.14
XYZ37.745556.534450.5178
Yxy56.53440.26070.3904
Hunter Lab75.1894-41.973312.7971
CIE-Lab79.9170-45.917110.5431

#5adcb1 color RGB value is (90,220,177).

#5adcb1 hex color red value is 90, green value is 220 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #5adcb1 hue: 0.44 , saturation: 0.65 and the lightness value of 5adcb1 is 0.61.

The process color (four color CMYK) of #5adcb1 color hex is 0.59, 0.00, 0.20, 0.14. Web safe color of #5adcb1 is #66cc99. Color #5adcb1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011100 10110001
Octal 132 334 261
Decimal 90 220 177
Hex 5A DC B1

RGB Percentages of Color #5adcb1

%18.48
%45.17
%36.34

CMYK Percentages of Color #5adcb1

%59
%0
%20
%14

Triadic Colors of #5adcb1

#5adcb1 #b15adc #dcb15a

Analogous Colors of #5adcb1

#5adcb1 #5ac6dc #5adc70

Monochromatic Colors of #5adcb1

#5adcb1

Complementary Color

#5adcb1 #dc5a85

#5adcb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adcb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adcb1 Color CSS Codes

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

#5adcb1 Text Font Color

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

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


#5adcb1 Background Color

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

This div background color is #5adcb1


#5adcb1 Border Color

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

This div border color is #5adcb1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,220,177, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5adcb1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5adcb1;
  -webkit-box-shadow: 1px 1px 3px 2px #5adcb1;
  box-shadow:         1px 1px 3px 2px #5adcb1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,220,177, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adcb1


Comments

No comments written yet.

Please login to write comment.