Color Hex Logo

#61adbd Color Hex

#61ADBD
(97,173,189)
0 Favorites   0 Comments

Color spaces of #61adbd

RGB 97173189
HSL0.530.410.56
HSV190°49°74°
CMYK 0.490.080.00   0.26
XYZ29.058636.102753.5811
Yxy36.10270.24470.3040
Hunter Lab60.0855-18.8234-10.8118
CIE-Lab66.5983-19.1936-15.4885

#61adbd color RGB value is (97,173,189).

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

The process color (four color CMYK) of #61adbd color hex is 0.49, 0.08, 0.00, 0.26. Web safe color of #61adbd is #6699cc. Color #61adbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101101 10111101
Octal 141 255 275
Decimal 97 173 189
Hex 61 AD BD

RGB Percentages of Color #61adbd

%21.13
%37.69
%41.18

CMYK Percentages of Color #61adbd

%49
%8
%0
%26

Triadic Colors of #61adbd

#61adbd #bd61ad #adbd61

Analogous Colors of #61adbd

#61adbd #617fbd #61bd9f

Monochromatic Colors of #61adbd

#61adbd

Complementary Color

#61adbd #bd7161

#61adbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61adbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61adbd Color CSS Codes

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

#61adbd Text Font Color

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

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


#61adbd Background Color

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

This div background color is #61adbd


#61adbd Border Color

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

This div border color is #61adbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61adbd


Comments

No comments written yet.

Please login to write comment.