Color Hex Logo

#5affef Color Hex

#5AFFEF
(90,255,239)
0 Favorites   0 Comments

Color spaces of #5affef

RGB 90255239
HSL0.481.000.68
HSV174°65°100°
CMYK 0.650.000.06   0.00
XYZ55.556479.925794.1604
Yxy79.92570.24190.3480
Hunter Lab89.4012-45.52710.1345
CIE-Lab91.6515-45.9584-4.9398

#5affef color RGB value is (90,255,239).

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

The process color (four color CMYK) of #5affef color hex is 0.65, 0.00, 0.06, 0.00. Web safe color of #5affef is #66ffff. Color #5affef contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111111 11101111
Octal 132 377 357
Decimal 90 255 239
Hex 5A FF EF

RGB Percentages of Color #5affef

%15.41
%43.66
%40.92

CMYK Percentages of Color #5affef

%65
%0
%6
%0

Triadic Colors of #5affef

#5affef #ef5aff #ffef5a

Analogous Colors of #5affef

#5affef #5abdff #5aff9d

Monochromatic Colors of #5affef

#5affef

Complementary Color

#5affef #ff5a6a

#5affef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5affef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5affef Color CSS Codes

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

#5affef Text Font Color

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

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


#5affef Background Color

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

This div background color is #5affef


#5affef Border Color

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

This div border color is #5affef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5affef


Comments

No comments written yet.

Please login to write comment.