Color Hex Logo

#65aade Color Hex

#65AADE
(101,170,222)
0 Favorites   0 Comments

Color spaces of #65aade

RGB 101170222
HSL0.570.650.63
HSV206°55°87°
CMYK 0.550.230.00   0.13
XYZ32.926436.790174.4730
Yxy36.79010.22840.2552
Hunter Lab60.6548-9.2475-30.3388
CIE-Lab67.1193-7.1125-32.9060

#65aade color RGB value is (101,170,222).

#65aade hex color red value is 101, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #65aade hue: 0.57 , saturation: 0.65 and the lightness value of 65aade is 0.63.

The process color (four color CMYK) of #65aade color hex is 0.55, 0.23, 0.00, 0.13. Web safe color of #65aade is #6699cc. Color #65aade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101010 11011110
Octal 145 252 336
Decimal 101 170 222
Hex 65 AA DE

RGB Percentages of Color #65aade

%20.49
%34.48
%45.03

CMYK Percentages of Color #65aade

%55
%23
%0
%13

Triadic Colors of #65aade

#65aade #de65aa #aade65

Analogous Colors of #65aade

#65aade #656ede #65ded6

Monochromatic Colors of #65aade

#65aade

Complementary Color

#65aade #de9965

#65aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#65aade Color CSS Codes

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

#65aade Text Font Color

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

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


#65aade Background Color

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

This div background color is #65aade


#65aade Border Color

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

This div border color is #65aade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,170,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65aade


Comments

No comments written yet.

Please login to write comment.