Color Hex Logo

#81daff Color Hex

#81DAFF
(129,218,255)
0 Favorites   0 Comments

Color spaces of #81daff

RGB 129218255
HSL0.551.000.75
HSV198°49°100°
CMYK 0.490.150.00   0.00
XYZ52.174762.0299103.8308
Yxy62.02990.23930.2845
Hunter Lab78.7591-19.5793-23.0327
CIE-Lab82.9293-17.0232-26.2897

#81daff color RGB value is (129,218,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 11011010 11111111
Octal 201 332 377
Decimal 129 218 255
Hex 81 DA FF

RGB Percentages of Color #81daff

%21.43
%36.21
%42.36

CMYK Percentages of Color #81daff

%49
%15
%0
%0

Triadic Colors of #81daff

#81daff #ff81da #daff81

Analogous Colors of #81daff

#81daff #819bff #81ffe5

Monochromatic Colors of #81daff

#81daff

Complementary Color

#81daff #ffa681

#81daff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81daff Color Preview on White Background

Lorem ipsum dolor sit amet.

#81daff Color CSS Codes

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

#81daff Text Font Color

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

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


#81daff Background Color

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

This div background color is #81daff


#81daff Border Color

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

This div border color is #81daff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81daff

Related Colors


Comments

No comments written yet.

Please login to write comment.