Color Hex Logo

#81adfa Color Hex

#81ADFA
(129,173,250)
0 Favorites   0 Comments

Color spaces of #81adfa

RGB 129173250
HSL0.610.920.74
HSV218°48°98°
CMYK 0.480.310.00   0.02
XYZ41.252141.456496.2701
Yxy41.45640.23050.2316
Hunter Lab64.38661.6871-43.5790
CIE-Lab70.49455.7428-42.8299

#81adfa color RGB value is (129,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101101 11111010
Octal 201 255 372
Decimal 129 173 250
Hex 81 AD FA

RGB Percentages of Color #81adfa

%23.37
%31.34
%45.29

CMYK Percentages of Color #81adfa

%48
%31
%0
%2

Triadic Colors of #81adfa

#81adfa #fa81ad #adfa81

Analogous Colors of #81adfa

#81adfa #9281fa #81eafa

Monochromatic Colors of #81adfa

#81adfa

Complementary Color

#81adfa #face81

#81adfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81adfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#81adfa Color CSS Codes

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

#81adfa Text Font Color

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

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


#81adfa Background Color

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

This div background color is #81adfa


#81adfa Border Color

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

This div border color is #81adfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,173,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81adfa


Comments

No comments written yet.

Please login to write comment.