Color Hex Logo

#61acff Color Hex

#61ACFF
(97,172,255)
0 Favorites   0 Comments

Color spaces of #61acff

RGB 97172255
HSL0.591.000.69
HSV212°62°100°
CMYK 0.620.330.00   0.00
XYZ37.732339.2664100.1982
Yxy39.26640.21290.2216
Hunter Lab62.6629-2.1768-50.9409
CIE-Lab68.94381.3383-48.0797

#61acff color RGB value is (97,172,255).

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

The process color (four color CMYK) of #61acff color hex is 0.62, 0.33, 0.00, 0.00. Web safe color of #61acff is #6699ff. Color #61acff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101100 11111111
Octal 141 254 377
Decimal 97 172 255
Hex 61 AC FF

RGB Percentages of Color #61acff

%18.51
%32.82
%48.66

CMYK Percentages of Color #61acff

%62
%33
%0
%0

Triadic Colors of #61acff

#61acff #ff61ac #acff61

Analogous Colors of #61acff

#61acff #6561ff #61fbff

Monochromatic Colors of #61acff

#61acff

Complementary Color

#61acff #ffb461

#61acff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61acff Color Preview on White Background

Lorem ipsum dolor sit amet.

#61acff Color CSS Codes

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

#61acff Text Font Color

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

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


#61acff Background Color

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

This div background color is #61acff


#61acff Border Color

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

This div border color is #61acff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61acff

Related Colors


Comments

No comments written yet.

Please login to write comment.