Color Hex Logo

#81deeb Color Hex

#81DEEB
(129,222,235)
0 Favorites   0 Comments

Color spaces of #81deeb

RGB 129222235
HSL0.520.730.71
HSV187°45°92°
CMYK 0.450.060.00   0.08
XYZ50.169962.907888.0955
Yxy62.90780.24940.3127
Hunter Lab79.3144-25.8911-10.3340
CIE-Lab83.3938-24.3378-14.9950

#81deeb color RGB value is (129,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 11011110 11101011
Octal 201 336 353
Decimal 129 222 235
Hex 81 DE EB

RGB Percentages of Color #81deeb

%22.01
%37.88
%40.10

CMYK Percentages of Color #81deeb

%45
%6
%0
%8

Triadic Colors of #81deeb

#81deeb #eb81de #deeb81

Analogous Colors of #81deeb

#81deeb #81a9eb #81ebc3

Monochromatic Colors of #81deeb

#81deeb

Complementary Color

#81deeb #eb8e81

#81deeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81deeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#81deeb Color CSS Codes

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

#81deeb Text Font Color

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

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


#81deeb Background Color

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

This div background color is #81deeb


#81deeb Border Color

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

This div border color is #81deeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81deeb


Comments

No comments written yet.

Please login to write comment.