Color Hex Logo

#5affed Color Hex

#5AFFED
(90,255,237)
0 Favorites   0 Comments

Color spaces of #5affed

RGB 90255237
HSL0.481.000.68
HSV173°65°100°
CMYK 0.650.000.07   0.00
XYZ55.262579.808192.6126
Yxy79.80810.24270.3505
Hunter Lab89.3354-45.91751.0697
CIE-Lab91.5987-46.4692-3.9810

#5affed color RGB value is (90,255,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111111 11101101
Octal 132 377 355
Decimal 90 255 237
Hex 5A FF ED

RGB Percentages of Color #5affed

%15.46
%43.81
%40.72

CMYK Percentages of Color #5affed

%65
%0
%7
%0

Triadic Colors of #5affed

#5affed #ed5aff #ffed5a

Analogous Colors of #5affed

#5affed #5abfff #5aff9b

Monochromatic Colors of #5affed

#5affed

Complementary Color

#5affed #ff5a6c

#5affed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5affed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5affed Color CSS Codes

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

#5affed Text Font Color

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

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


#5affed Background Color

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

This div background color is #5affed


#5affed Border Color

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

This div border color is #5affed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5affed


Comments

No comments written yet.

Please login to write comment.