Color Hex Logo

#61aacb Color Hex

#61AACB
(97,170,203)
0 Favorites   0 Comments

Color spaces of #61aacb

RGB 97170203
HSL0.550.500.59
HSV199°52°80°
CMYK 0.520.160.00   0.20
XYZ30.084035.602661.7863
Yxy35.60260.23600.2793
Hunter Lab59.6679-14.4208-19.6274
CIE-Lab66.2152-13.6258-23.8295

#61aacb color RGB value is (97,170,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101010 11001011
Octal 141 252 313
Decimal 97 170 203
Hex 61 AA CB

RGB Percentages of Color #61aacb

%20.64
%36.17
%43.19

CMYK Percentages of Color #61aacb

%52
%16
%0
%20

Triadic Colors of #61aacb

#61aacb #cb61aa #aacb61

Analogous Colors of #61aacb

#61aacb #6175cb #61cbb7

Monochromatic Colors of #61aacb

#61aacb

Complementary Color

#61aacb #cb8261

#61aacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61aacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#61aacb Color CSS Codes

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

#61aacb Text Font Color

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

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


#61aacb Background Color

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

This div background color is #61aacb


#61aacb Border Color

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

This div border color is #61aacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61aacb


Comments

No comments written yet.

Please login to write comment.