Color Hex Logo

#61cabc Color Hex

#61CABC
(97,202,188)
0 Favorites   0 Comments

Color spaces of #61cabc

RGB 97202188
HSL0.480.500.59
HSV172°52°79°
CMYK 0.520.000.07   0.21
XYZ35.127448.413355.0702
Yxy48.41330.25340.3493
Hunter Lab69.5797-31.64841.7795
CIE-Lab75.0849-33.7906-2.3060

#61cabc color RGB value is (97,202,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001010 10111100
Octal 141 312 274
Decimal 97 202 188
Hex 61 CA BC

RGB Percentages of Color #61cabc

%19.92
%41.48
%38.60

CMYK Percentages of Color #61cabc

%52
%0
%7
%21

Triadic Colors of #61cabc

#61cabc #bc61ca #cabc61

Analogous Colors of #61cabc

#61cabc #61a4ca #61ca88

Monochromatic Colors of #61cabc

#61cabc

Complementary Color

#61cabc #ca616f

#61cabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61cabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#61cabc Color CSS Codes

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

#61cabc Text Font Color

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

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


#61cabc Background Color

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

This div background color is #61cabc


#61cabc Border Color

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

This div border color is #61cabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61cabc


Comments

No comments written yet.

Please login to write comment.