Color Hex Logo

#5acae6 Color Hex

#5ACAE6
(90,202,230)
0 Favorites   0 Comments

Color spaces of #5acae6

RGB 90202230
HSL0.530.740.63
HSV192°61°90°
CMYK 0.610.120.00   0.10
XYZ39.619950.127982.4504
Yxy50.12790.23010.2911
Hunter Lab70.8011-24.0142-19.4846
CIE-Lab76.1477-23.6846-23.4194

#5acae6 color RGB value is (90,202,230).

#5acae6 hex color red value is 90, green value is 202 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #5acae6 hue: 0.53 , saturation: 0.74 and the lightness value of 5acae6 is 0.63.

The process color (four color CMYK) of #5acae6 color hex is 0.61, 0.12, 0.00, 0.10. Web safe color of #5acae6 is #66ccff. Color #5acae6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001010 11100110
Octal 132 312 346
Decimal 90 202 230
Hex 5A CA E6

RGB Percentages of Color #5acae6

%17.24
%38.70
%44.06

CMYK Percentages of Color #5acae6

%61
%12
%0
%10

Triadic Colors of #5acae6

#5acae6 #e65aca #cae65a

Analogous Colors of #5acae6

#5acae6 #5a84e6 #5ae6bc

Monochromatic Colors of #5acae6

#5acae6

Complementary Color

#5acae6 #e6765a

#5acae6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5acae6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5acae6 Color CSS Codes

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

#5acae6 Text Font Color

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

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


#5acae6 Background Color

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

This div background color is #5acae6


#5acae6 Border Color

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

This div border color is #5acae6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5acae6


Comments

No comments written yet.

Please login to write comment.