Color Hex Logo

#81acfb Color Hex

#81ACFB
(129,172,251)
0 Favorites   0 Comments

Color spaces of #81acfb

RGB 129172251
HSL0.610.940.75
HSV219°49°98°
CMYK 0.490.310.00   0.02
XYZ41.218441.137297.0346
Yxy41.13720.22980.2293
Hunter Lab64.13832.4708-44.8028
CIE-Lab70.27196.5990-43.7205

#81acfb color RGB value is (129,172,251).

#81acfb hex color red value is 129, green value is 172 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #81acfb hue: 0.61 , saturation: 0.94 and the lightness value of 81acfb is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101100 11111011
Octal 201 254 373
Decimal 129 172 251
Hex 81 AC FB

RGB Percentages of Color #81acfb

%23.37
%31.16
%45.47

CMYK Percentages of Color #81acfb

%49
%31
%0
%2

Triadic Colors of #81acfb

#81acfb #fb81ac #acfb81

Analogous Colors of #81acfb

#81acfb #9381fb #81e9fb

Monochromatic Colors of #81acfb

#81acfb

Complementary Color

#81acfb #fbd081

#81acfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81acfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#81acfb Color CSS Codes

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

#81acfb Text Font Color

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

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


#81acfb Background Color

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

This div background color is #81acfb


#81acfb Border Color

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

This div border color is #81acfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,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 #81acfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81acfb


Comments

No comments written yet.

Please login to write comment.