Color Hex Logo

#61deda Color Hex

#61DEDA
(97,222,218)
0 Favorites   0 Comments

Color spaces of #61deda

RGB 97222218
HSL0.490.650.63
HSV178°56°87°
CMYK 0.560.000.02   0.13
XYZ43.705959.845975.5775
Yxy59.84590.24400.3341
Hunter Lab77.3601-34.5337-3.7717
CIE-Lab81.7544-35.4291-8.5399

#61deda color RGB value is (97,222,218).

#61deda hex color red value is 97, green value is 222 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #61deda hue: 0.49 , saturation: 0.65 and the lightness value of 61deda is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011110 11011010
Octal 141 336 332
Decimal 97 222 218
Hex 61 DE DA

RGB Percentages of Color #61deda

%18.06
%41.34
%40.60

CMYK Percentages of Color #61deda

%56
%0
%2
%13

Triadic Colors of #61deda

#61deda #da61de #deda61

Analogous Colors of #61deda

#61deda #61a4de #61de9c

Monochromatic Colors of #61deda

#61deda

Complementary Color

#61deda #de6165

#61deda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61deda Color Preview on White Background

Lorem ipsum dolor sit amet.

#61deda Color CSS Codes

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

#61deda Text Font Color

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

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


#61deda Background Color

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

This div background color is #61deda


#61deda Border Color

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

This div border color is #61deda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61deda


Comments

No comments written yet.

Please login to write comment.