Color Hex Logo

#61acdd Color Hex

#61ACDD
(97,172,221)
0 Favorites   0 Comments

Color spaces of #61acdd

RGB 97172221
HSL0.570.650.62
HSV204°56°87°
CMYK 0.560.220.00   0.13
XYZ32.733437.266973.8746
Yxy37.26690.22750.2590
Hunter Lab61.0466-11.1193-29.0162
CIE-Lab67.4768-9.3410-31.8163

#61acdd color RGB value is (97,172,221).

#61acdd hex color red value is 97, green value is 172 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #61acdd hue: 0.57 , saturation: 0.65 and the lightness value of 61acdd is 0.62.

The process color (four color CMYK) of #61acdd color hex is 0.56, 0.22, 0.00, 0.13. Web safe color of #61acdd is #6699cc. Color #61acdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101100 11011101
Octal 141 254 335
Decimal 97 172 221
Hex 61 AC DD

RGB Percentages of Color #61acdd

%19.80
%35.10
%45.10

CMYK Percentages of Color #61acdd

%56
%22
%0
%13

Triadic Colors of #61acdd

#61acdd #dd61ac #acdd61

Analogous Colors of #61acdd

#61acdd #616edd #61ddd0

Monochromatic Colors of #61acdd

#61acdd

Complementary Color

#61acdd #dd9261

#61acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#61acdd Color CSS Codes

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

#61acdd Text Font Color

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

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


#61acdd Background Color

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

This div background color is #61acdd


#61acdd Border Color

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

This div border color is #61acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61acdd


Comments

No comments written yet.

Please login to write comment.