Color Hex Logo

#65aeda Color Hex

#65AEDA
(101,174,218)
0 Favorites   0 Comments

Color spaces of #65aeda

RGB 101174218
HSL0.560.610.63
HSV203°54°85°
CMYK 0.540.200.00   0.15
XYZ33.157838.100871.9362
Yxy38.10080.23160.2661
Hunter Lab61.7258-12.1339-25.8893
CIE-Lab68.0948-10.4969-29.1999

#65aeda color RGB value is (101,174,218).

#65aeda hex color red value is 101, green value is 174 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #65aeda hue: 0.56 , saturation: 0.61 and the lightness value of 65aeda is 0.63.

The process color (four color CMYK) of #65aeda color hex is 0.54, 0.20, 0.00, 0.15. Web safe color of #65aeda is #6699cc. Color #65aeda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101110 11011010
Octal 145 256 332
Decimal 101 174 218
Hex 65 AE DA

RGB Percentages of Color #65aeda

%20.49
%35.29
%44.22

CMYK Percentages of Color #65aeda

%54
%20
%0
%15

Triadic Colors of #65aeda

#65aeda #da65ae #aeda65

Analogous Colors of #65aeda

#65aeda #6574da #65dacc

Monochromatic Colors of #65aeda

#65aeda

Complementary Color

#65aeda #da9165

#65aeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65aeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#65aeda Color CSS Codes

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

#65aeda Text Font Color

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

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


#65aeda Background Color

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

This div background color is #65aeda


#65aeda Border Color

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

This div border color is #65aeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65aeda


Comments

No comments written yet.

Please login to write comment.