Color Hex Logo

#81adfb Color Hex

#81ADFB
(129,173,251)
0 Favorites   0 Comments

Color spaces of #81adfb

RGB 129173251
HSL0.610.940.75
HSV218°49°98°
CMYK 0.490.310.00   0.02
XYZ41.409441.519397.0983
Yxy41.51930.23000.2306
Hunter Lab64.43551.9508-44.2397
CIE-Lab70.53826.0349-43.3034

#81adfb color RGB value is (129,173,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101101 11111011
Octal 201 255 373
Decimal 129 173 251
Hex 81 AD FB

RGB Percentages of Color #81adfb

%23.33
%31.28
%45.39

CMYK Percentages of Color #81adfb

%49
%31
%0
%2

Triadic Colors of #81adfb

#81adfb #fb81ad #adfb81

Analogous Colors of #81adfb

#81adfb #9281fb #81eafb

Monochromatic Colors of #81adfb

#81adfb

Complementary Color

#81adfb #fbcf81

#81adfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81adfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#81adfb Color CSS Codes

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

#81adfb Text Font Color

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

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


#81adfb Background Color

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

This div background color is #81adfb


#81adfb Border Color

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

This div border color is #81adfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81adfb


Comments

No comments written yet.

Please login to write comment.