Color Hex Logo

#5adec3 Color Hex

#5ADEC3
(90,222,195)
0 Favorites   0 Comments

Color spaces of #5adec3

RGB 90222195
HSL0.470.670.61
HSV168°59°87°
CMYK 0.590.000.12   0.13
XYZ40.188158.356360.7755
Yxy58.35630.25220.3663
Hunter Lab76.3913-39.77916.3039
CIE-Lab80.9365-42.54882.4600

#5adec3 color RGB value is (90,222,195).

#5adec3 hex color red value is 90, green value is 222 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #5adec3 hue: 0.47 , saturation: 0.67 and the lightness value of 5adec3 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011110 11000011
Octal 132 336 303
Decimal 90 222 195
Hex 5A DE C3

RGB Percentages of Color #5adec3

%17.75
%43.79
%38.46

CMYK Percentages of Color #5adec3

%59
%0
%12
%13

Triadic Colors of #5adec3

#5adec3 #c35ade #dec35a

Analogous Colors of #5adec3

#5adec3 #5ab7de #5ade81

Monochromatic Colors of #5adec3

#5adec3

Complementary Color

#5adec3 #de5a75

#5adec3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5adec3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5adec3 Color CSS Codes

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

#5adec3 Text Font Color

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

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


#5adec3 Background Color

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

This div background color is #5adec3


#5adec3 Border Color

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

This div border color is #5adec3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5adec3


Comments

No comments written yet.

Please login to write comment.