Color Hex Logo

#61adbc Color Hex

#61ADBC
(97,173,188)
0 Favorites   0 Comments

Color spaces of #61adbc

RGB 97173188
HSL0.530.400.56
HSV190°48°74°
CMYK 0.480.080.00   0.26
XYZ28.950436.059453.0113
Yxy36.05940.24530.3055
Hunter Lab60.0495-19.0301-10.3062
CIE-Lab66.5653-19.4698-14.9838

#61adbc color RGB value is (97,173,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101101 10111100
Octal 141 255 274
Decimal 97 173 188
Hex 61 AD BC

RGB Percentages of Color #61adbc

%21.18
%37.77
%41.05

CMYK Percentages of Color #61adbc

%48
%8
%0
%26

Triadic Colors of #61adbc

#61adbc #bc61ad #adbc61

Analogous Colors of #61adbc

#61adbc #6180bc #61bc9e

Monochromatic Colors of #61adbc

#61adbc

Complementary Color

#61adbc #bc7061

#61adbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61adbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#61adbc Color CSS Codes

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

#61adbc Text Font Color

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

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


#61adbc Background Color

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

This div background color is #61adbc


#61adbc Border Color

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

This div border color is #61adbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61adbc


Comments

No comments written yet.

Please login to write comment.