Color Hex Logo

#61acfb Color Hex

#61ACFB
(97,172,251)
0 Favorites   0 Comments

Color spaces of #61acfb

RGB 97172251
HSL0.590.950.68
HSV211°61°98°
CMYK 0.610.310.00   0.02
XYZ37.094939.011596.8416
Yxy39.01150.21450.2256
Hunter Lab62.4592-3.2913-48.2064
CIE-Lab68.75960.0514-46.2003

#61acfb color RGB value is (97,172,251).

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

The process color (four color CMYK) of #61acfb color hex is 0.61, 0.31, 0.00, 0.02. Web safe color of #61acfb is #6699ff. Color #61acfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 10101100 11111011
Octal 141 254 373
Decimal 97 172 251
Hex 61 AC FB

RGB Percentages of Color #61acfb

%18.65
%33.08
%48.27

CMYK Percentages of Color #61acfb

%61
%31
%0
%2

Triadic Colors of #61acfb

#61acfb #fb61ac #acfb61

Analogous Colors of #61acfb

#61acfb #6361fb #61f9fb

Monochromatic Colors of #61acfb

#61acfb

Complementary Color

#61acfb #fbb061

#61acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#61acfb Color CSS Codes

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

#61acfb Text Font Color

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

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


#61acfb Background Color

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

This div background color is #61acfb


#61acfb Border Color

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

This div border color is #61acfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61acfb


Comments

No comments written yet.

Please login to write comment.