Color Hex Logo

#81ddeb Color Hex

#81DDEB
(129,221,235)
0 Favorites   0 Comments

Color spaces of #81ddeb

RGB 129221235
HSL0.520.730.71
HSV188°45°92°
CMYK 0.450.060.00   0.08
XYZ49.905162.378288.0072
Yxy62.37820.24920.3114
Hunter Lab78.9799-25.4258-10.7809
CIE-Lab83.1141-23.8443-15.4149

#81ddeb color RGB value is (129,221,235).

#81ddeb hex color red value is 129, green value is 221 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #81ddeb hue: 0.52 , saturation: 0.73 and the lightness value of 81ddeb is 0.71.

The process color (four color CMYK) of #81ddeb color hex is 0.45, 0.06, 0.00, 0.08. Web safe color of #81ddeb is #99ccff. Color #81ddeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 11011101 11101011
Octal 201 335 353
Decimal 129 221 235
Hex 81 DD EB

RGB Percentages of Color #81ddeb

%22.05
%37.78
%40.17

CMYK Percentages of Color #81ddeb

%45
%6
%0
%8

Triadic Colors of #81ddeb

#81ddeb #eb81dd #ddeb81

Analogous Colors of #81ddeb

#81ddeb #81a8eb #81ebc4

Monochromatic Colors of #81ddeb

#81ddeb

Complementary Color

#81ddeb #eb8f81

#81ddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81ddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#81ddeb Color CSS Codes

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

#81ddeb Text Font Color

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

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


#81ddeb Background Color

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

This div background color is #81ddeb


#81ddeb Border Color

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

This div border color is #81ddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81ddeb


Comments

No comments written yet.

Please login to write comment.