Color Hex Logo

#65aedc Color Hex

#65AEDC
(101,174,220)
0 Favorites   0 Comments

Color spaces of #65aedc

RGB 101174220
HSL0.560.630.63
HSV203°54°86°
CMYK 0.540.210.00   0.14
XYZ33.421138.206173.3232
Yxy38.20610.23060.2636
Hunter Lab61.8111-11.6549-27.0648
CIE-Lab68.1722-9.9013-30.1789

#65aedc color RGB value is (101,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101110 11011100
Octal 145 256 334
Decimal 101 174 220
Hex 65 AE DC

RGB Percentages of Color #65aedc

%20.40
%35.15
%44.44

CMYK Percentages of Color #65aedc

%54
%21
%0
%14

Triadic Colors of #65aedc

#65aedc #dc65ae #aedc65

Analogous Colors of #65aedc

#65aedc #6573dc #65dccf

Monochromatic Colors of #65aedc

#65aedc

Complementary Color

#65aedc #dc9365

#65aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#65aedc Color CSS Codes

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

#65aedc Text Font Color

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

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


#65aedc Background Color

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

This div background color is #65aedc


#65aedc Border Color

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

This div border color is #65aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65aedc


Comments

No comments written yet.

Please login to write comment.