Color Hex Logo

#61addd Color Hex

#61ADDD
(97,173,221)
0 Favorites   0 Comments

Color spaces of #61addd

RGB 97173221
HSL0.560.650.62
HSV203°56°87°
CMYK 0.560.220.00   0.13
XYZ32.924537.649073.9383
Yxy37.64900.22780.2605
Hunter Lab61.3588-11.5966-28.4942
CIE-Lab67.7611-9.8859-31.3766

#61addd color RGB value is (97,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101101 11011101
Octal 141 255 335
Decimal 97 173 221
Hex 61 AD DD

RGB Percentages of Color #61addd

%19.76
%35.23
%45.01

CMYK Percentages of Color #61addd

%56
%22
%0
%13

Triadic Colors of #61addd

#61addd #dd61ad #addd61

Analogous Colors of #61addd

#61addd #616fdd #61ddcf

Monochromatic Colors of #61addd

#61addd

Complementary Color

#61addd #dd9161

#61addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61addd Color CSS Codes

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

#61addd Text Font Color

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

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


#61addd Background Color

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

This div background color is #61addd


#61addd Border Color

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

This div border color is #61addd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,173,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61addd


Comments

No comments written yet.

Please login to write comment.