Color Hex Logo

#5abcb2 Color Hex

#5ABCB2
(90,188,178)
0 Favorites   0 Comments

Color spaces of #5abcb2

RGB 90188178
HSL0.480.420.55
HSV174°52°74°
CMYK 0.520.000.05   0.26
XYZ30.235641.354548.5081
Yxy41.35450.25180.3443
Hunter Lab64.3075-28.61230.2919
CIE-Lab70.4236-31.1941-3.7439

#5abcb2 color RGB value is (90,188,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111100 10110010
Octal 132 274 262
Decimal 90 188 178
Hex 5A BC B2

RGB Percentages of Color #5abcb2

%19.74
%41.23
%39.04

CMYK Percentages of Color #5abcb2

%52
%0
%5
%26

Triadic Colors of #5abcb2

#5abcb2 #b25abc #bcb25a

Analogous Colors of #5abcb2

#5abcb2 #5a95bc #5abc81

Monochromatic Colors of #5abcb2

#5abcb2

Complementary Color

#5abcb2 #bc5a64

#5abcb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abcb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abcb2 Color CSS Codes

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

#5abcb2 Text Font Color

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

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


#5abcb2 Background Color

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

This div background color is #5abcb2


#5abcb2 Border Color

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

This div border color is #5abcb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abcb2


Comments

No comments written yet.

Please login to write comment.