Color Hex Logo

#61aeb6 Color Hex

#61AEB6
(97,174,182)
0 Favorites   0 Comments

Color spaces of #61aeb6

RGB 97174182
HSL0.520.370.55
HSV186°47°71°
CMYK 0.470.040.00   0.29
XYZ28.509336.190949.7389
Yxy36.19090.24910.3162
Hunter Lab60.1589-20.6868-6.9093
CIE-Lab66.6655-21.6192-11.5044

#61aeb6 color RGB value is (97,174,182).

#61aeb6 hex color red value is 97, green value is 174 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #61aeb6 hue: 0.52 , saturation: 0.37 and the lightness value of 61aeb6 is 0.55.

The process color (four color CMYK) of #61aeb6 color hex is 0.47, 0.04, 0.00, 0.29. Web safe color of #61aeb6 is #6699cc. Color #61aeb6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101110 10110110
Octal 141 256 266
Decimal 97 174 182
Hex 61 AE B6

RGB Percentages of Color #61aeb6

%21.41
%38.41
%40.18

CMYK Percentages of Color #61aeb6

%47
%4
%0
%29

Triadic Colors of #61aeb6

#61aeb6 #b661ae #aeb661

Analogous Colors of #61aeb6

#61aeb6 #6184b6 #61b694

Monochromatic Colors of #61aeb6

#61aeb6

Complementary Color

#61aeb6 #b66961

#61aeb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61aeb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#61aeb6 Color CSS Codes

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

#61aeb6 Text Font Color

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

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


#61aeb6 Background Color

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

This div background color is #61aeb6


#61aeb6 Border Color

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

This div border color is #61aeb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61aeb6


Comments

No comments written yet.

Please login to write comment.