Color Hex Logo

#61caaf Color Hex

#61CAAF
(97,202,175)
0 Favorites   0 Comments

Color spaces of #61caaf

RGB 97202175
HSL0.460.500.59
HSV165°52°79°
CMYK 0.520.000.13   0.21
XYZ33.788247.877648.0179
Yxy47.87760.26050.3692
Hunter Lab69.1936-33.92497.2904
CIE-Lab74.7477-36.95624.2277

#61caaf color RGB value is (97,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001010 10101111
Octal 141 312 257
Decimal 97 202 175
Hex 61 CA AF

RGB Percentages of Color #61caaf

%20.46
%42.62
%36.92

CMYK Percentages of Color #61caaf

%52
%0
%13
%21

Triadic Colors of #61caaf

#61caaf #af61ca #caaf61

Analogous Colors of #61caaf

#61caaf #61b1ca #61ca7b

Monochromatic Colors of #61caaf

#61caaf

Complementary Color

#61caaf #ca617c

#61caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#61caaf Color CSS Codes

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

#61caaf Text Font Color

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

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


#61caaf Background Color

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

This div background color is #61caaf


#61caaf Border Color

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

This div border color is #61caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61caaf


Comments

No comments written yet.

Please login to write comment.