Color Hex Logo

#61bdbd Color Hex

#61BDBD
(97,189,189)
0 Favorites   0 Comments

Color spaces of #61bdbd

RGB 97189189
HSL0.500.410.56
HSV180°49°74°
CMYK 0.490.000.00   0.26
XYZ32.312742.610754.6657
Yxy42.61070.24930.3288
Hunter Lab65.2769-25.8753-3.9582
CIE-Lab71.2899-27.2850-8.4578

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

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

The process color (four color CMYK) of #61bdbd color hex is 0.49, 0.00, 0.00, 0.26. Web safe color of #61bdbd is #66cccc. Color #61bdbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10111101 10111101
Octal 141 275 275
Decimal 97 189 189
Hex 61 BD BD

RGB Percentages of Color #61bdbd

%20.42
%39.79
%39.79

CMYK Percentages of Color #61bdbd

%49
%0
%0
%26

Triadic Colors of #61bdbd

#61bdbd #bd61bd #bdbd61

Analogous Colors of #61bdbd

#61bdbd #618fbd #61bd8f

Monochromatic Colors of #61bdbd

#61bdbd

Complementary Color

#61bdbd #bd6161

#61bdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61bdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61bdbd Color CSS Codes

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

#61bdbd Text Font Color

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

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


#61bdbd Background Color

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

This div background color is #61bdbd


#61bdbd Border Color

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

This div border color is #61bdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61bdbd


Comments

No comments written yet.

Please login to write comment.