Color Hex Logo

#61afbd Color Hex

#61AFBD
(97,175,189)
0 Favorites   0 Comments

Color spaces of #61afbd

RGB 97175189
HSL0.530.410.56
HSV189°49°74°
CMYK 0.490.070.00   0.26
XYZ29.445036.875553.7099
Yxy36.87550.24530.3072
Hunter Lab60.7252-19.7164-9.9329
CIE-Lab67.1835-20.2296-14.6060

#61afbd color RGB value is (97,175,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101111 10111101
Octal 141 257 275
Decimal 97 175 189
Hex 61 AF BD

RGB Percentages of Color #61afbd

%21.04
%37.96
%41.00

CMYK Percentages of Color #61afbd

%49
%7
%0
%26

Triadic Colors of #61afbd

#61afbd #bd61af #afbd61

Analogous Colors of #61afbd

#61afbd #6181bd #61bd9d

Monochromatic Colors of #61afbd

#61afbd

Complementary Color

#61afbd #bd6f61

#61afbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61afbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61afbd Color CSS Codes

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

#61afbd Text Font Color

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

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


#61afbd Background Color

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

This div background color is #61afbd


#61afbd Border Color

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

This div border color is #61afbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61afbd


Comments

No comments written yet.

Please login to write comment.