Color Hex Logo

#5affea Color Hex

#5AFFEA
(90,255,234)
0 Favorites   0 Comments

Color spaces of #5affea

RGB 90255234
HSL0.481.000.68
HSV172°65°100°
CMYK 0.650.000.08   0.00
XYZ54.827779.634290.3231
Yxy79.63420.24390.3543
Hunter Lab89.2380-46.49632.4557
CIE-Lab91.5205-47.2295-2.5413

#5affea color RGB value is (90,255,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111111 11101010
Octal 132 377 352
Decimal 90 255 234
Hex 5A FF EA

RGB Percentages of Color #5affea

%15.54
%44.04
%40.41

CMYK Percentages of Color #5affea

%65
%0
%8
%0

Triadic Colors of #5affea

#5affea #ea5aff #ffea5a

Analogous Colors of #5affea

#5affea #5ac2ff #5aff98

Monochromatic Colors of #5affea

#5affea

Complementary Color

#5affea #ff5a6f

#5affea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5affea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5affea Color CSS Codes

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

#5affea Text Font Color

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

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


#5affea Background Color

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

This div background color is #5affea


#5affea Border Color

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

This div border color is #5affea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5affea

Related Colors


Comments

No comments written yet.

Please login to write comment.