Color Hex Logo

#61ddbd Color Hex

#61DDBD
(97,221,189)
0 Favorites   0 Comments

Color spaces of #61ddbd

RGB 97221189
HSL0.460.650.62
HSV165°56°87°
CMYK 0.560.000.14   0.13
XYZ39.971557.928457.2187
Yxy57.92840.25770.3734
Hunter Lab76.1107-39.44998.7043
CIE-Lab80.6990-42.20055.3276

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

#61ddbd hex color red value is 97, green value is 221 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #61ddbd hue: 0.46 , saturation: 0.65 and the lightness value of 61ddbd is 0.62.

The process color (four color CMYK) of #61ddbd color hex is 0.56, 0.00, 0.14, 0.13. Web safe color of #61ddbd is #66cccc. Color #61ddbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011101 10111101
Octal 141 335 275
Decimal 97 221 189
Hex 61 DD BD

RGB Percentages of Color #61ddbd

%19.13
%43.59
%37.28

CMYK Percentages of Color #61ddbd

%56
%0
%14
%13

Triadic Colors of #61ddbd

#61ddbd #bd61dd #ddbd61

Analogous Colors of #61ddbd

#61ddbd #61bfdd #61dd7f

Monochromatic Colors of #61ddbd

#61ddbd

Complementary Color

#61ddbd #dd6181

#61ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ddbd Color CSS Codes

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

#61ddbd Text Font Color

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

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


#61ddbd Background Color

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

This div background color is #61ddbd


#61ddbd Border Color

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

This div border color is #61ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ddbd


Comments

No comments written yet.

Please login to write comment.