Color Hex Logo

#5affe2 Color Hex

#5AFFE2
(90,255,226)
0 Favorites   0 Comments

Color spaces of #5affe2

RGB 90255226
HSL0.471.000.68
HSV169°65°100°
CMYK 0.650.000.11   0.00
XYZ53.703979.184684.4052
Yxy79.18460.24710.3644
Hunter Lab88.9857-47.99826.0520
CIE-Lab91.3178-49.21901.3064

#5affe2 color RGB value is (90,255,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111111 11100010
Octal 132 377 342
Decimal 90 255 226
Hex 5A FF E2

RGB Percentages of Color #5affe2

%15.76
%44.66
%39.58

CMYK Percentages of Color #5affe2

%65
%0
%11
%0

Triadic Colors of #5affe2

#5affe2 #e25aff #ffe25a

Analogous Colors of #5affe2

#5affe2 #5acaff #5aff90

Monochromatic Colors of #5affe2

#5affe2

Complementary Color

#5affe2 #ff5a77

#5affe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5affe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5affe2 Color CSS Codes

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

#5affe2 Text Font Color

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

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


#5affe2 Background Color

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

This div background color is #5affe2


#5affe2 Border Color

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

This div border color is #5affe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5affe2


Comments

No comments written yet.

Please login to write comment.