Color Hex Logo

#61dfaf Color Hex

#61DFAF
(97,223,175)
0 Favorites   0 Comments

Color spaces of #61dfaf

RGB 97223175
HSL0.440.660.63
HSV157°57°87°
CMYK 0.570.000.22   0.13
XYZ39.055358.411949.7736
Yxy58.41190.26520.3967
Hunter Lab76.4277-42.533214.8867
CIE-Lab80.9673-46.241213.1179

#61dfaf color RGB value is (97,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011111 10101111
Octal 141 337 257
Decimal 97 223 175
Hex 61 DF AF

RGB Percentages of Color #61dfaf

%19.60
%45.05
%35.35

CMYK Percentages of Color #61dfaf

%57
%0
%22
%13

Triadic Colors of #61dfaf

#61dfaf #af61df #dfaf61

Analogous Colors of #61dfaf

#61dfaf #61d0df #61df70

Monochromatic Colors of #61dfaf

#61dfaf

Complementary Color

#61dfaf #df6191

#61dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dfaf Color CSS Codes

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

#61dfaf Text Font Color

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

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


#61dfaf Background Color

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

This div background color is #61dfaf


#61dfaf Border Color

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

This div border color is #61dfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dfaf


Comments

No comments written yet.

Please login to write comment.