Color Hex Logo

#61afae Color Hex

#61AFAE
(97,175,174)
0 Favorites   0 Comments

Color spaces of #61afae

RGB 97175174
HSL0.500.330.53
HSV179°45°69°
CMYK 0.450.000.01   0.31
XYZ27.899736.257345.5723
Yxy36.25730.25430.3304
Hunter Lab60.2140-22.6680-2.7231
CIE-Lab66.7161-24.2398-6.9903

#61afae color RGB value is (97,175,174).

#61afae hex color red value is 97, green value is 175 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #61afae hue: 0.50 , saturation: 0.33 and the lightness value of 61afae is 0.53.

The process color (four color CMYK) of #61afae color hex is 0.45, 0.00, 0.01, 0.31. Web safe color of #61afae is #669999. Color #61afae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101111 10101110
Octal 141 257 256
Decimal 97 175 174
Hex 61 AF AE

RGB Percentages of Color #61afae

%21.75
%39.24
%39.01

CMYK Percentages of Color #61afae

%45
%0
%1
%31

Triadic Colors of #61afae

#61afae #ae61af #afae61

Analogous Colors of #61afae

#61afae #6189af #61af87

Monochromatic Colors of #61afae

#61afae

Complementary Color

#61afae #af6162

#61afae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61afae Color Preview on White Background

Lorem ipsum dolor sit amet.

#61afae Color CSS Codes

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

#61afae Text Font Color

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

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


#61afae Background Color

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

This div background color is #61afae


#61afae Border Color

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

This div border color is #61afae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,175,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 #61afae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61afae


Comments

No comments written yet.

Please login to write comment.