Color Hex Logo

#61badc Color Hex

#61BADC
(97,186,220)
0 Favorites   0 Comments

Color spaces of #61badc

RGB 97186220
HSL0.550.640.62
HSV197°56°86°
CMYK 0.560.150.00   0.14
XYZ35.406942.826574.1103
Yxy42.82650.23240.2811
Hunter Lab65.4420-17.9473-21.3341
CIE-Lab71.4371-17.1181-25.1749

#61badc color RGB value is (97,186,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111010 11011100
Octal 141 272 334
Decimal 97 186 220
Hex 61 BA DC

RGB Percentages of Color #61badc

%19.28
%36.98
%43.74

CMYK Percentages of Color #61badc

%56
%15
%0
%14

Triadic Colors of #61badc

#61badc #dc61ba #badc61

Analogous Colors of #61badc

#61badc #617ddc #61dcc1

Monochromatic Colors of #61badc

#61badc

Complementary Color

#61badc #dc8361

#61badc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61badc Color Preview on White Background

Lorem ipsum dolor sit amet.

#61badc Color CSS Codes

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

#61badc Text Font Color

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

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


#61badc Background Color

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

This div background color is #61badc


#61badc Border Color

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

This div border color is #61badc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61badc


Comments

No comments written yet.

Please login to write comment.