Color Hex Logo

#61bad9 Color Hex

#61BAD9
(97,186,217)
0 Favorites   0 Comments

Color spaces of #61bad9

RGB 97186217
HSL0.540.610.62
HSV196°55°85°
CMYK 0.550.140.00   0.15
XYZ35.013142.669072.0362
Yxy42.66900.23390.2850
Hunter Lab65.3215-18.6345-19.6596
CIE-Lab71.3297-17.9943-23.7032

#61bad9 color RGB value is (97,186,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111010 11011001
Octal 141 272 331
Decimal 97 186 217
Hex 61 BA D9

RGB Percentages of Color #61bad9

%19.40
%37.20
%43.40

CMYK Percentages of Color #61bad9

%55
%14
%0
%15

Triadic Colors of #61bad9

#61bad9 #d961ba #bad961

Analogous Colors of #61bad9

#61bad9 #617ed9 #61d9bc

Monochromatic Colors of #61bad9

#61bad9

Complementary Color

#61bad9 #d98061

#61bad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bad9 Color CSS Codes

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

#61bad9 Text Font Color

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

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


#61bad9 Background Color

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

This div background color is #61bad9


#61bad9 Border Color

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

This div border color is #61bad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bad9


Comments

No comments written yet.

Please login to write comment.