Color Hex Logo

#61dfbf Color Hex

#61DFBF
(97,223,191)
0 Favorites   0 Comments

Color spaces of #61dfbf

RGB 97223191
HSL0.460.660.63
HSV165°57°87°
CMYK 0.570.000.14   0.13
XYZ40.721459.078358.5472
Yxy59.07830.25720.3731
Hunter Lab76.8624-39.94068.6416
CIE-Lab81.3346-42.61225.1841

#61dfbf color RGB value is (97,223,191).

#61dfbf hex color red value is 97, green value is 223 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #61dfbf hue: 0.46 , saturation: 0.66 and the lightness value of 61dfbf is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011111 10111111
Octal 141 337 277
Decimal 97 223 191
Hex 61 DF BF

RGB Percentages of Color #61dfbf

%18.98
%43.64
%37.38

CMYK Percentages of Color #61dfbf

%57
%0
%14
%13

Triadic Colors of #61dfbf

#61dfbf #bf61df #dfbf61

Analogous Colors of #61dfbf

#61dfbf #61c0df #61df80

Monochromatic Colors of #61dfbf

#61dfbf

Complementary Color

#61dfbf #df6181

#61dfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dfbf Color CSS Codes

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

#61dfbf Text Font Color

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

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


#61dfbf Background Color

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

This div background color is #61dfbf


#61dfbf Border Color

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

This div border color is #61dfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dfbf


Comments

No comments written yet.

Please login to write comment.