Color Hex Logo

#61cabd Color Hex

#61CABD
(97,202,189)
0 Favorites   0 Comments

Color spaces of #61cabd

RGB 97202189
HSL0.480.500.59
HSV173°52°79°
CMYK 0.520.000.06   0.21
XYZ35.235648.456655.6401
Yxy48.45660.25290.3478
Hunter Lab69.6108-31.46571.3369
CIE-Lab75.1120-33.5395-2.8069

#61cabd color RGB value is (97,202,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001010 10111101
Octal 141 312 275
Decimal 97 202 189
Hex 61 CA BD

RGB Percentages of Color #61cabd

%19.88
%41.39
%38.73

CMYK Percentages of Color #61cabd

%52
%0
%6
%21

Triadic Colors of #61cabd

#61cabd #bd61ca #cabd61

Analogous Colors of #61cabd

#61cabd #61a3ca #61ca89

Monochromatic Colors of #61cabd

#61cabd

Complementary Color

#61cabd #ca616e

#61cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61cabd Color CSS Codes

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

#61cabd Text Font Color

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

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


#61cabd Background Color

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

This div background color is #61cabd


#61cabd Border Color

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

This div border color is #61cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61cabd


Comments

No comments written yet.

Please login to write comment.