Color Hex Logo

#5abeab Color Hex

#5ABEAB
(90,190,171)
0 Favorites   0 Comments

Color spaces of #5abeab

RGB 90190171
HSL0.470.430.55
HSV169°53°75°
CMYK 0.530.000.10   0.25
XYZ29.980641.940845.0433
Yxy41.94080.25630.3586
Hunter Lab64.7617-30.69874.0956
CIE-Lab70.8301-33.90860.6840

#5abeab color RGB value is (90,190,171).

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

The process color (four color CMYK) of #5abeab color hex is 0.53, 0.00, 0.10, 0.25. Web safe color of #5abeab is #66cc99. Color #5abeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111110 10101011
Octal 132 276 253
Decimal 90 190 171
Hex 5A BE AB

RGB Percentages of Color #5abeab

%19.96
%42.13
%37.92

CMYK Percentages of Color #5abeab

%53
%0
%10
%25

Triadic Colors of #5abeab

#5abeab #ab5abe #beab5a

Analogous Colors of #5abeab

#5abeab #5a9fbe #5abe79

Monochromatic Colors of #5abeab

#5abeab

Complementary Color

#5abeab #be5a6d

#5abeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abeab Color CSS Codes

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

#5abeab Text Font Color

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

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


#5abeab Background Color

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

This div background color is #5abeab


#5abeab Border Color

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

This div border color is #5abeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abeab


Comments

No comments written yet.

Please login to write comment.