Color Hex Logo

#61deae Color Hex

#61DEAE
(97,222,174)
0 Favorites   0 Comments

Color spaces of #61deae

RGB 97222174
HSL0.440.650.63
HSV157°56°87°
CMYK 0.560.000.22   0.13
XYZ38.691057.839949.1694
Yxy57.83990.26560.3970
Hunter Lab76.0525-42.281814.9047
CIE-Lab80.6497-46.031813.1963

#61deae color RGB value is (97,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11011110 10101110
Octal 141 336 256
Decimal 97 222 174
Hex 61 DE AE

RGB Percentages of Color #61deae

%19.68
%45.03
%35.29

CMYK Percentages of Color #61deae

%56
%0
%22
%13

Triadic Colors of #61deae

#61deae #ae61de #deae61

Analogous Colors of #61deae

#61deae #61d0de #61de70

Monochromatic Colors of #61deae

#61deae

Complementary Color

#61deae #de6191

#61deae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61deae Color Preview on White Background

Lorem ipsum dolor sit amet.

#61deae Color CSS Codes

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

#61deae Text Font Color

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

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


#61deae Background Color

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

This div background color is #61deae


#61deae Border Color

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

This div border color is #61deae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61deae


Comments

No comments written yet.

Please login to write comment.