Color Hex Logo

#5affdd Color Hex

#5AFFDD
(90,255,221)
0 Favorites   0 Comments

Color spaces of #5affdd

RGB 90255221
HSL0.471.000.68
HSV168°65°100°
CMYK 0.650.000.13   0.00
XYZ53.027678.914180.8437
Yxy78.91410.24920.3709
Hunter Lab88.8336-48.90658.2262
CIE-Lab91.1954-50.43423.7168

#5affdd color RGB value is (90,255,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111111 11011101
Octal 132 377 335
Decimal 90 255 221
Hex 5A FF DD

RGB Percentages of Color #5affdd

%15.90
%45.05
%39.05

CMYK Percentages of Color #5affdd

%65
%0
%13
%0

Triadic Colors of #5affdd

#5affdd #dd5aff #ffdd5a

Analogous Colors of #5affdd

#5affdd #5acfff #5aff8b

Monochromatic Colors of #5affdd

#5affdd

Complementary Color

#5affdd #ff5a7c

#5affdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5affdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5affdd Color CSS Codes

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

#5affdd Text Font Color

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

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


#5affdd Background Color

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

This div background color is #5affdd


#5affdd Border Color

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

This div border color is #5affdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5affdd


Comments

No comments written yet.

Please login to write comment.