Color Hex Logo

#5adcbb Color Hex

#5ADCBB
(90,220,187)
0 Favorites   0 Comments

Color spaces of #5adcbb

RGB 90220187
HSL0.460.650.61
HSV165°59°86°
CMYK 0.590.000.15   0.14
XYZ38.779356.947955.9619
Yxy56.94790.25560.3754
Hunter Lab75.4638-40.33438.8569
CIE-Lab80.1503-43.59755.5721

#5adcbb color RGB value is (90,220,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011100 10111011
Octal 132 334 273
Decimal 90 220 187
Hex 5A DC BB

RGB Percentages of Color #5adcbb

%18.11
%44.27
%37.63

CMYK Percentages of Color #5adcbb

%59
%0
%15
%14

Triadic Colors of #5adcbb

#5adcbb #bb5adc #dcbb5a

Analogous Colors of #5adcbb

#5adcbb #5abcdc #5adc7a

Monochromatic Colors of #5adcbb

#5adcbb

Complementary Color

#5adcbb #dc5a7b

#5adcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adcbb Color CSS Codes

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

#5adcbb Text Font Color

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

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


#5adcbb Background Color

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

This div background color is #5adcbb


#5adcbb Border Color

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

This div border color is #5adcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adcbb


Comments

No comments written yet.

Please login to write comment.