Color Hex Logo

#5affca Color Hex

#5AFFCA
(90,255,202)
0 Favorites   0 Comments

Color spaces of #5affca

RGB 90255202
HSL0.451.000.68
HSV161°65°100°
CMYK 0.650.000.21   0.00
XYZ50.637177.957968.2556
Yxy77.95790.25720.3960
Hunter Lab88.2938-52.143115.9714
CIE-Lab90.7607-54.841012.9021

#5affca color RGB value is (90,255,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11111111 11001010
Octal 132 377 312
Decimal 90 255 202
Hex 5A FF CA

RGB Percentages of Color #5affca

%16.45
%46.62
%36.93

CMYK Percentages of Color #5affca

%65
%0
%21
%0

Triadic Colors of #5affca

#5affca #ca5aff #ffca5a

Analogous Colors of #5affca

#5affca #5ae2ff #5aff78

Monochromatic Colors of #5affca

#5affca

Complementary Color

#5affca #ff5a8f

#5affca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5affca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5affca Color CSS Codes

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

#5affca Text Font Color

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

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


#5affca Background Color

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

This div background color is #5affca


#5affca Border Color

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

This div border color is #5affca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5affca

Related Colors


Comments

No comments written yet.

Please login to write comment.