Color Hex Logo

#5adcbc Color Hex

#5ADCBC
(90,220,188)
0 Favorites   0 Comments

Color spaces of #5adcbc

RGB 90220188
HSL0.460.650.61
HSV165°59°86°
CMYK 0.590.000.15   0.14
XYZ38.886756.990956.5278
Yxy56.99090.25520.3739
Hunter Lab75.4923-40.16488.4489
CIE-Lab80.1745-43.35975.0756

#5adcbc color RGB value is (90,220,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011100 10111100
Octal 132 334 274
Decimal 90 220 188
Hex 5A DC BC

RGB Percentages of Color #5adcbc

%18.07
%44.18
%37.75

CMYK Percentages of Color #5adcbc

%59
%0
%15
%14

Triadic Colors of #5adcbc

#5adcbc #bc5adc #dcbc5a

Analogous Colors of #5adcbc

#5adcbc #5abbdc #5adc7b

Monochromatic Colors of #5adcbc

#5adcbc

Complementary Color

#5adcbc #dc5a7a

#5adcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adcbc Color CSS Codes

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

#5adcbc Text Font Color

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

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


#5adcbc Background Color

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

This div background color is #5adcbc


#5adcbc Border Color

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

This div border color is #5adcbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adcbc


Comments

No comments written yet.

Please login to write comment.