Color Hex Logo

#5abcad Color Hex

#5ABCAD
(90,188,173)
0 Favorites   0 Comments

Color spaces of #5abcad

RGB 90188173
HSL0.470.420.55
HSV171°52°74°
CMYK 0.520.000.08   0.26
XYZ29.742541.157245.9117
Yxy41.15720.25460.3523
Hunter Lab64.1539-29.51462.4768
CIE-Lab70.2859-32.4664-1.2058

#5abcad color RGB value is (90,188,173).

#5abcad hex color red value is 90, green value is 188 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #5abcad hue: 0.47 , saturation: 0.42 and the lightness value of 5abcad is 0.55.

The process color (four color CMYK) of #5abcad color hex is 0.52, 0.00, 0.08, 0.26. Web safe color of #5abcad is #66cc99. Color #5abcad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111100 10101101
Octal 132 274 255
Decimal 90 188 173
Hex 5A BC AD

RGB Percentages of Color #5abcad

%19.96
%41.69
%38.36

CMYK Percentages of Color #5abcad

%52
%0
%8
%26

Triadic Colors of #5abcad

#5abcad #ad5abc #bcad5a

Analogous Colors of #5abcad

#5abcad #5a9abc #5abc7c

Monochromatic Colors of #5abcad

#5abcad

Complementary Color

#5abcad #bc5a69

#5abcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abcad Color CSS Codes

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

#5abcad Text Font Color

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

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


#5abcad Background Color

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

This div background color is #5abcad


#5abcad Border Color

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

This div border color is #5abcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abcad


Comments

No comments written yet.

Please login to write comment.