Color Hex Logo

#5accfa Color Hex

#5ACCFA
(90,204,250)
0 Favorites   0 Comments

Color spaces of #5accfa

RGB 90204250
HSL0.550.940.67
HSV197°64°98°
CMYK 0.640.180.00   0.02
XYZ43.064652.261598.2602
Yxy52.26150.22250.2700
Hunter Lab72.2921-20.1783-29.9831
CIE-Lab77.4369-18.7165-32.1739

#5accfa color RGB value is (90,204,250).

#5accfa hex color red value is 90, green value is 204 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #5accfa hue: 0.55 , saturation: 0.94 and the lightness value of 5accfa is 0.67.

The process color (four color CMYK) of #5accfa color hex is 0.64, 0.18, 0.00, 0.02. Web safe color of #5accfa is #66ccff. Color #5accfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001100 11111010
Octal 132 314 372
Decimal 90 204 250
Hex 5A CC FA

RGB Percentages of Color #5accfa

%16.54
%37.50
%45.96

CMYK Percentages of Color #5accfa

%64
%18
%0
%2

Triadic Colors of #5accfa

#5accfa #fa5acc #ccfa5a

Analogous Colors of #5accfa

#5accfa #5a7cfa #5afad8

Monochromatic Colors of #5accfa

#5accfa

Complementary Color

#5accfa #fa885a

#5accfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5accfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5accfa Color CSS Codes

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

#5accfa Text Font Color

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

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


#5accfa Background Color

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

This div background color is #5accfa


#5accfa Border Color

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

This div border color is #5accfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5accfa

Related Colors


Comments

No comments written yet.

Please login to write comment.