Color Hex Logo

#5aefca Color Hex

#5AEFCA
(90,239,202)
0 Favorites   0 Comments

Color spaces of #5aefca

RGB 90239202
HSL0.460.820.65
HSV165°62°94°
CMYK 0.620.000.15   0.06
XYZ45.743668.170966.6245
Yxy68.17090.25340.3776
Hunter Lab82.5657-45.59619.9532
CIE-Lab86.0918-48.21836.2268

#5aefca color RGB value is (90,239,202).

#5aefca hex color red value is 90, green value is 239 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5aefca hue: 0.46 , saturation: 0.82 and the lightness value of 5aefca is 0.65.

The process color (four color CMYK) of #5aefca color hex is 0.62, 0.00, 0.15, 0.06. Web safe color of #5aefca is #66ffcc. Color #5aefca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11101111 11001010
Octal 132 357 312
Decimal 90 239 202
Hex 5A EF CA

RGB Percentages of Color #5aefca

%16.95
%45.01
%38.04

CMYK Percentages of Color #5aefca

%62
%0
%15
%6

Triadic Colors of #5aefca

#5aefca #ca5aef #efca5a

Analogous Colors of #5aefca

#5aefca #5acaef #5aef80

Monochromatic Colors of #5aefca

#5aefca

Complementary Color

#5aefca #ef5a7f

#5aefca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aefca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aefca Color CSS Codes

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

#5aefca Text Font Color

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

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


#5aefca Background Color

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

This div background color is #5aefca


#5aefca Border Color

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

This div border color is #5aefca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,239,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 #5aefca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aefca


Comments

No comments written yet.

Please login to write comment.