Color Hex Logo

#81d1fa Color Hex

#81D1FA
(129,209,250)
0 Favorites   0 Comments

Color spaces of #81d1fa

RGB 129209250
HSL0.560.920.74
HSV200°48°98°
CMYK 0.480.160.00   0.02
XYZ49.109057.170298.8891
Yxy57.17020.23940.2787
Hunter Lab75.6110-16.3842-24.6157
CIE-Lab80.2752-13.7641-27.6918

#81d1fa color RGB value is (129,209,250).

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

The process color (four color CMYK) of #81d1fa color hex is 0.48, 0.16, 0.00, 0.02. Web safe color of #81d1fa is #99ccff. Color #81d1fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 11010001 11111010
Octal 201 321 372
Decimal 129 209 250
Hex 81 D1 FA

RGB Percentages of Color #81d1fa

%21.94
%35.54
%42.52

CMYK Percentages of Color #81d1fa

%48
%16
%0
%2

Triadic Colors of #81d1fa

#81d1fa #fa81d1 #d1fa81

Analogous Colors of #81d1fa

#81d1fa #8195fa #81fae7

Monochromatic Colors of #81d1fa

#81d1fa

Complementary Color

#81d1fa #faaa81

#81d1fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81d1fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#81d1fa Color CSS Codes

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

#81d1fa Text Font Color

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

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


#81d1fa Background Color

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

This div background color is #81d1fa


#81d1fa Border Color

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

This div border color is #81d1fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81d1fa


Comments

No comments written yet.

Please login to write comment.