Color Hex Logo

#61accd Color Hex

#61ACCD
(97,172,205)
0 Favorites   0 Comments

Color spaces of #61accd

RGB 97172205
HSL0.550.520.59
HSV198°53°80°
CMYK 0.530.160.00   0.20
XYZ30.701736.454263.1758
Yxy36.45420.23560.2797
Hunter Lab60.3773-14.8935-19.7740
CIE-Lab66.8655-14.1127-23.9403

#61accd color RGB value is (97,172,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101100 11001101
Octal 141 254 315
Decimal 97 172 205
Hex 61 AC CD

RGB Percentages of Color #61accd

%20.46
%36.29
%43.25

CMYK Percentages of Color #61accd

%53
%16
%0
%20

Triadic Colors of #61accd

#61accd #cd61ac #accd61

Analogous Colors of #61accd

#61accd #6176cd #61cdb8

Monochromatic Colors of #61accd

#61accd

Complementary Color

#61accd #cd8261

#61accd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61accd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61accd Color CSS Codes

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

#61accd Text Font Color

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

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


#61accd Background Color

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

This div background color is #61accd


#61accd Border Color

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

This div border color is #61accd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61accd


Comments

No comments written yet.

Please login to write comment.