Color Hex Logo

#61abff Color Hex

#61ABFF
(97,171,255)
1 Favorites   0 Comments

Color spaces of #61abff

RGB 97171255
HSL0.591.000.69
HSV212°62°100°
CMYK 0.620.330.00   0.00
XYZ37.542738.8872100.1350
Yxy38.88720.21260.2202
Hunter Lab62.3596-1.6660-51.5542
CIE-Lab68.66951.9042-48.5117

#61abff color RGB value is (97,171,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101011 11111111
Octal 141 253 377
Decimal 97 171 255
Hex 61 AB FF

RGB Percentages of Color #61abff

%18.55
%32.70
%48.76

CMYK Percentages of Color #61abff

%62
%33
%0
%0

Triadic Colors of #61abff

#61abff #ff61ab #abff61

Analogous Colors of #61abff

#61abff #6661ff #61faff

Monochromatic Colors of #61abff

#61abff

Complementary Color

#61abff #ffb561

#61abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#61abff Color CSS Codes

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

#61abff Text Font Color

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

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


#61abff Background Color

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

This div background color is #61abff


#61abff Border Color

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

This div border color is #61abff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,171,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 #61abff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61abff

Related Colors

#61abff Color Palettes


Comments

No comments written yet.

Please login to write comment.