Color Hex Logo

#61badd Color Hex

#61BADD
(97,186,221)
0 Favorites   0 Comments

Color spaces of #61badd

RGB 97186221
HSL0.550.650.62
HSV197°56°87°
CMYK 0.560.160.00   0.13
XYZ35.539842.879774.8101
Yxy42.87970.23190.2798
Hunter Lab65.4826-17.7161-21.8976
CIE-Lab71.4732-16.8245-25.6646

#61badd color RGB value is (97,186,221).

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

The process color (four color CMYK) of #61badd color hex is 0.56, 0.16, 0.00, 0.13. Web safe color of #61badd is #66cccc. Color #61badd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111010 11011101
Octal 141 272 335
Decimal 97 186 221
Hex 61 BA DD

RGB Percentages of Color #61badd

%19.25
%36.90
%43.85

CMYK Percentages of Color #61badd

%56
%16
%0
%13

Triadic Colors of #61badd

#61badd #dd61ba #badd61

Analogous Colors of #61badd

#61badd #617cdd #61ddc2

Monochromatic Colors of #61badd

#61badd

Complementary Color

#61badd #dd8461

#61badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61badd Color CSS Codes

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

#61badd Text Font Color

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

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


#61badd Background Color

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

This div background color is #61badd


#61badd Border Color

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

This div border color is #61badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61badd


Comments

No comments written yet.

Please login to write comment.