Color Hex Logo

#61dcad Color Hex

#61DCAD
(97,220,173)
0 Favorites   0 Comments

Color spaces of #61dcad

RGB 97220173
HSL0.440.640.62
HSV157°56°86°
CMYK 0.560.000.21   0.14
XYZ38.065856.744948.4818
Yxy56.74490.26570.3960
Hunter Lab75.3292-41.625414.5715
CIE-Lab80.0359-45.392912.8567

#61dcad color RGB value is (97,220,173).

#61dcad hex color red value is 97, green value is 220 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #61dcad hue: 0.44 , saturation: 0.64 and the lightness value of 61dcad is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011100 10101101
Octal 141 334 255
Decimal 97 220 173
Hex 61 DC AD

RGB Percentages of Color #61dcad

%19.80
%44.90
%35.31

CMYK Percentages of Color #61dcad

%56
%0
%21
%14

Triadic Colors of #61dcad

#61dcad #ad61dc #dcad61

Analogous Colors of #61dcad

#61dcad #61cedc #61dc70

Monochromatic Colors of #61dcad

#61dcad

Complementary Color

#61dcad #dc6190

#61dcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61dcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#61dcad Color CSS Codes

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

#61dcad Text Font Color

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

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


#61dcad Background Color

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

This div background color is #61dcad


#61dcad Border Color

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

This div border color is #61dcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61dcad


Comments

No comments written yet.

Please login to write comment.