Color Hex Logo

#81dadd Color Hex

#81DADD
(129,218,221)
0 Favorites   0 Comments

Color spaces of #81dadd

RGB 129218221
HSL0.510.580.69
HSV182°42°87°
CMYK 0.420.010.00   0.13
XYZ47.175860.030477.5072
Yxy60.03040.25540.3250
Hunter Lab77.4793-26.9032-5.0759
CIE-Lab81.8547-25.9075-9.8614

#81dadd color RGB value is (129,218,221).

#81dadd hex color red value is 129, green value is 218 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #81dadd hue: 0.51 , saturation: 0.58 and the lightness value of 81dadd is 0.69.

The process color (four color CMYK) of #81dadd color hex is 0.42, 0.01, 0.00, 0.13. Web safe color of #81dadd is #99cccc. Color #81dadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 11011010 11011101
Octal 201 332 335
Decimal 129 218 221
Hex 81 DA DD

RGB Percentages of Color #81dadd

%22.71
%38.38
%38.91

CMYK Percentages of Color #81dadd

%42
%1
%0
%13

Triadic Colors of #81dadd

#81dadd #dd81da #dadd81

Analogous Colors of #81dadd

#81dadd #81acdd #81ddb2

Monochromatic Colors of #81dadd

#81dadd

Complementary Color

#81dadd #dd8481

#81dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#81dadd Color CSS Codes

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

#81dadd Text Font Color

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

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


#81dadd Background Color

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

This div background color is #81dadd


#81dadd Border Color

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

This div border color is #81dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81dadd


Comments

No comments written yet.

Please login to write comment.