Color Hex Logo

#81dcfe Color Hex

#81DCFE
(129,220,254)
0 Favorites   0 Comments

Color spaces of #81dcfe

RGB 129220254
HSL0.550.980.75
HSV196°49°100°
CMYK 0.490.130.00   0.00
XYZ52.535963.0093103.1590
Yxy63.00930.24020.2881
Hunter Lab79.3784-20.7735-21.4875
CIE-Lab83.4473-18.3132-24.9712

#81dcfe color RGB value is (129,220,254).

#81dcfe hex color red value is 129, green value is 220 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #81dcfe hue: 0.55 , saturation: 0.98 and the lightness value of 81dcfe is 0.75.

The process color (four color CMYK) of #81dcfe color hex is 0.49, 0.13, 0.00, 0.00. Web safe color of #81dcfe is #99ccff. Color #81dcfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 11011100 11111110
Octal 201 334 376
Decimal 129 220 254
Hex 81 DC FE

RGB Percentages of Color #81dcfe

%21.39
%36.48
%42.12

CMYK Percentages of Color #81dcfe

%49
%13
%0
%0

Triadic Colors of #81dcfe

#81dcfe #fe81dc #dcfe81

Analogous Colors of #81dcfe

#81dcfe #819efe #81fee2

Monochromatic Colors of #81dcfe

#81dcfe

Complementary Color

#81dcfe #fea381

#81dcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81dcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#81dcfe Color CSS Codes

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

#81dcfe Text Font Color

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

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


#81dcfe Background Color

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

This div background color is #81dcfe


#81dcfe Border Color

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

This div border color is #81dcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81dcfe


Comments

No comments written yet.

Please login to write comment.