Color Hex Logo

#5abfbe Color Hex

#5ABFBE
(90,191,190)
0 Favorites   0 Comments

Color spaces of #5abfbe

RGB 90191190
HSL0.500.440.55
HSV179°53°75°
CMYK 0.530.000.01   0.25
XYZ32.141543.153055.3505
Yxy43.15300.24600.3303
Hunter Lab65.6909-27.6220-3.9735
CIE-Lab71.6587-29.4918-8.4830

#5abfbe color RGB value is (90,191,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111111 10111110
Octal 132 277 276
Decimal 90 191 190
Hex 5A BF BE

RGB Percentages of Color #5abfbe

%19.11
%40.55
%40.34

CMYK Percentages of Color #5abfbe

%53
%0
%1
%25

Triadic Colors of #5abfbe

#5abfbe #be5abf #bfbe5a

Analogous Colors of #5abfbe

#5abfbe #5a8ebf #5abf8c

Monochromatic Colors of #5abfbe

#5abfbe

Complementary Color

#5abfbe #bf5a5b

#5abfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5abfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5abfbe Color CSS Codes

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

#5abfbe Text Font Color

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

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


#5abfbe Background Color

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

This div background color is #5abfbe


#5abfbe Border Color

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

This div border color is #5abfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5abfbe


Comments

No comments written yet.

Please login to write comment.