Color Hex Logo

#65aafa Color Hex

#65AAFA
(101,170,250)
0 Favorites   0 Comments

Color spaces of #65aafa

RGB 101170250
HSL0.590.940.69
HSV212°60°98°
CMYK 0.600.320.00   0.02
XYZ36.996938.418395.9080
Yxy38.41830.21590.2242
Hunter Lab61.9825-1.9240-48.3540
CIE-Lab68.32781.5905-46.3247

#65aafa color RGB value is (101,170,250).

#65aafa hex color red value is 101, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #65aafa hue: 0.59 , saturation: 0.94 and the lightness value of 65aafa is 0.69.

The process color (four color CMYK) of #65aafa color hex is 0.60, 0.32, 0.00, 0.02. Web safe color of #65aafa is #6699ff. Color #65aafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101010 11111010
Octal 145 252 372
Decimal 101 170 250
Hex 65 AA FA

RGB Percentages of Color #65aafa

%19.39
%32.63
%47.98

CMYK Percentages of Color #65aafa

%60
%32
%0
%2

Triadic Colors of #65aafa

#65aafa #fa65aa #aafa65

Analogous Colors of #65aafa

#65aafa #6b65fa #65f5fa

Monochromatic Colors of #65aafa

#65aafa

Complementary Color

#65aafa #fab565

#65aafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65aafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#65aafa Color CSS Codes

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

#65aafa Text Font Color

<p style="color:#65aafa">Text here</p>

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


#65aafa Background Color

<div style="background-color:#65aafa">
Div content here</div>

This div background color is #65aafa


#65aafa Border Color

<div style="border:3px solid #65aafa">
Div here</div>

This div border color is #65aafa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,170,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65aafa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65aafa;
  -webkit-box-shadow: 1px 1px 3px 2px #65aafa;
  box-shadow:         1px 1px 3px 2px #65aafa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,170,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 #65aafa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65aafa


Comments

No comments written yet.

Please login to write comment.