Color Hex Logo

#61acae Color Hex

#61ACAE
(97,172,174)
0 Favorites   0 Comments

Color spaces of #61acae

RGB 97172174
HSL0.500.320.53
HSV182°44°68°
CMYK 0.440.010.00   0.32
XYZ27.322335.102445.3798
Yxy35.10240.25340.3256
Hunter Lab59.2473-21.3662-3.9394
CIE-Lab65.8283-22.7217-8.3099

#61acae color RGB value is (97,172,174).

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

The process color (four color CMYK) of #61acae color hex is 0.44, 0.01, 0.00, 0.32. Web safe color of #61acae is #669999. Color #61acae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101100 10101110
Octal 141 254 256
Decimal 97 172 174
Hex 61 AC AE

RGB Percentages of Color #61acae

%21.90
%38.83
%39.28

CMYK Percentages of Color #61acae

%44
%1
%0
%32

Triadic Colors of #61acae

#61acae #ae61ac #acae61

Analogous Colors of #61acae

#61acae #6186ae #61ae8a

Monochromatic Colors of #61acae

#61acae

Complementary Color

#61acae #ae6361

#61acae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61acae Color Preview on White Background

Lorem ipsum dolor sit amet.

#61acae Color CSS Codes

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

#61acae Text Font Color

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

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


#61acae Background Color

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

This div background color is #61acae


#61acae Border Color

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

This div border color is #61acae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61acae


Comments

No comments written yet.

Please login to write comment.