Color Hex Logo

#61aede Color Hex

#61AEDE
(97,174,222)
0 Favorites   0 Comments

Color spaces of #61aede

RGB 97174222
HSL0.560.650.63
HSV203°56°87°
CMYK 0.560.220.00   0.13
XYZ33.250638.087474.7064
Yxy38.08740.22770.2608
Hunter Lab61.7150-11.8296-28.5704
CIE-Lab68.0850-10.1263-31.4248

#61aede color RGB value is (97,174,222).

#61aede hex color red value is 97, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #61aede hue: 0.56 , saturation: 0.65 and the lightness value of 61aede is 0.63.

The process color (four color CMYK) of #61aede color hex is 0.56, 0.22, 0.00, 0.13. Web safe color of #61aede is #6699cc. Color #61aede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101110 11011110
Octal 141 256 336
Decimal 97 174 222
Hex 61 AE DE

RGB Percentages of Color #61aede

%19.68
%35.29
%45.03

CMYK Percentages of Color #61aede

%56
%22
%0
%13

Triadic Colors of #61aede

#61aede #de61ae #aede61

Analogous Colors of #61aede

#61aede #6170de #61ded0

Monochromatic Colors of #61aede

#61aede

Complementary Color

#61aede #de9161

#61aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#61aede Color CSS Codes

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

#61aede Text Font Color

<p style="color:#61aede">Text here</p>

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


#61aede Background Color

<div style="background-color:#61aede">
Div content here</div>

This div background color is #61aede


#61aede Border Color

<div style="border:3px solid #61aede">
Div here</div>

This div border color is #61aede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,174,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61aede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61aede;
  -webkit-box-shadow: 1px 1px 3px 2px #61aede;
  box-shadow:         1px 1px 3px 2px #61aede; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,174,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 #61aede">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61aede


Comments

No comments written yet.

Please login to write comment.