Color Hex Logo

#61aaca Color Hex

#61AACA
(97,170,202)
0 Favorites   0 Comments

Color spaces of #61aaca

RGB 97170202
HSL0.550.500.59
HSV198°52°79°
CMYK 0.520.160.00   0.21
XYZ29.965235.555161.1606
Yxy35.55510.23650.2807
Hunter Lab59.6281-14.6467-19.0741
CIE-Lab66.1786-13.9172-23.3318

#61aaca color RGB value is (97,170,202).

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

The process color (four color CMYK) of #61aaca color hex is 0.52, 0.16, 0.00, 0.21. Web safe color of #61aaca is #6699cc. Color #61aaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101010 11001010
Octal 141 252 312
Decimal 97 170 202
Hex 61 AA CA

RGB Percentages of Color #61aaca

%20.68
%36.25
%43.07

CMYK Percentages of Color #61aaca

%52
%16
%0
%21

Triadic Colors of #61aaca

#61aaca #ca61aa #aaca61

Analogous Colors of #61aaca

#61aaca #6176ca #61cab6

Monochromatic Colors of #61aaca

#61aaca

Complementary Color

#61aaca #ca8161

#61aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#61aaca Color CSS Codes

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

#61aaca Text Font Color

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

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


#61aaca Background Color

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

This div background color is #61aaca


#61aaca Border Color

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

This div border color is #61aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61aaca


Comments

No comments written yet.

Please login to write comment.