Color Hex Logo

#61a08e Color Hex

#61A08E
(97,160,142)
0 Favorites   0 Comments

Color spaces of #61a08e

RGB 97160142
HSL0.450.250.50
HSV163°39°63°
CMYK 0.390.000.11   0.37
XYZ22.383129.636030.1318
Yxy29.63600.27250.3608
Hunter Lab54.4390-21.87625.2904
CIE-Lab61.3389-24.59043.0107

#61a08e color RGB value is (97,160,142).

#61a08e hex color red value is 97, green value is 160 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #61a08e hue: 0.45 , saturation: 0.25 and the lightness value of 61a08e is 0.50.

The process color (four color CMYK) of #61a08e color hex is 0.39, 0.00, 0.11, 0.37. Web safe color of #61a08e is #669999. Color #61a08e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10100000 10001110
Octal 141 240 216
Decimal 97 160 142
Hex 61 A0 8E

RGB Percentages of Color #61a08e

%24.31
%40.10
%35.59

CMYK Percentages of Color #61a08e

%39
%0
%11
%37

Triadic Colors of #61a08e

#61a08e #8e61a0 #a08e61

Analogous Colors of #61a08e

#61a08e #6193a0 #61a06f

Monochromatic Colors of #61a08e

#61a08e

Complementary Color

#61a08e #a06173

#61a08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61a08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#61a08e Color CSS Codes

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

#61a08e Text Font Color

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

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


#61a08e Background Color

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

This div background color is #61a08e


#61a08e Border Color

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

This div border color is #61a08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61a08e


Comments

No comments written yet.

Please login to write comment.