Color Hex Logo

#5affbe Color Hex

#5AFFBE
(90,255,190)
0 Favorites   0 Comments

Color spaces of #5affbe

RGB 90255190
HSL0.431.000.68
HSV156°65°100°
CMYK 0.650.000.25   0.00
XYZ49.270777.411461.0603
Yxy77.41140.26240.4123
Hunter Lab87.9837-54.012020.4416
CIE-Lab90.5106-57.442318.7103

#5affbe color RGB value is (90,255,190).

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

The process color (four color CMYK) of #5affbe color hex is 0.65, 0.00, 0.25, 0.00. Web safe color of #5affbe is #66ffcc. Color #5affbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111111 10111110
Octal 132 377 276
Decimal 90 255 190
Hex 5A FF BE

RGB Percentages of Color #5affbe

%16.82
%47.66
%35.51

CMYK Percentages of Color #5affbe

%65
%0
%25
%0

Triadic Colors of #5affbe

#5affbe #be5aff #ffbe5a

Analogous Colors of #5affbe

#5affbe #5aeeff #5aff6c

Monochromatic Colors of #5affbe

#5affbe

Complementary Color

#5affbe #ff5a9b

#5affbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5affbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5affbe Color CSS Codes

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

#5affbe Text Font Color

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

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


#5affbe Background Color

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

This div background color is #5affbe


#5affbe Border Color

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

This div border color is #5affbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,255,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 #5affbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5affbe

Related Colors


Comments

No comments written yet.

Please login to write comment.