Color Hex Logo

#5affbc Color Hex

#5AFFBC
(90,255,188)
0 Favorites   0 Comments

Color spaces of #5affbc

RGB 90255188
HSL0.431.000.68
HSV156°65°100°
CMYK 0.650.000.26   0.00
XYZ49.053577.324559.9167
Yxy77.32450.26330.4151
Hunter Lab87.9344-54.310321.1550
CIE-Lab90.4708-57.861519.6777

#5affbc color RGB value is (90,255,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111111 10111100
Octal 132 377 274
Decimal 90 255 188
Hex 5A FF BC

RGB Percentages of Color #5affbc

%16.89
%47.84
%35.27

CMYK Percentages of Color #5affbc

%65
%0
%26
%0

Triadic Colors of #5affbc

#5affbc #bc5aff #ffbc5a

Analogous Colors of #5affbc

#5affbc #5af0ff #5aff6a

Monochromatic Colors of #5affbc

#5affbc

Complementary Color

#5affbc #ff5a9d

#5affbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5affbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5affbc Color CSS Codes

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

#5affbc Text Font Color

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

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


#5affbc Background Color

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

This div background color is #5affbc


#5affbc Border Color

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

This div border color is #5affbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5affbc


Comments

No comments written yet.

Please login to write comment.