Color Hex Logo

#81deef Color Hex

#81DEEF
(129,222,239)
0 Favorites   0 Comments

Color spaces of #81deef

RGB 129222239
HSL0.530.770.72
HSV189°46°94°
CMYK 0.460.070.00   0.06
XYZ50.754563.141791.1739
Yxy63.14170.24750.3079
Hunter Lab79.4618-25.0450-12.4057
CIE-Lab83.5169-23.3046-16.9288

#81deef color RGB value is (129,222,239).

#81deef hex color red value is 129, green value is 222 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #81deef hue: 0.53 , saturation: 0.77 and the lightness value of 81deef is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 11011110 11101111
Octal 201 336 357
Decimal 129 222 239
Hex 81 DE EF

RGB Percentages of Color #81deef

%21.86
%37.63
%40.51

CMYK Percentages of Color #81deef

%46
%7
%0
%6

Triadic Colors of #81deef

#81deef #ef81de #deef81

Analogous Colors of #81deef

#81deef #81a7ef #81efc9

Monochromatic Colors of #81deef

#81deef

Complementary Color

#81deef #ef9281

#81deef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81deef Color Preview on White Background

Lorem ipsum dolor sit amet.

#81deef Color CSS Codes

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

#81deef Text Font Color

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

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


#81deef Background Color

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

This div background color is #81deef


#81deef Border Color

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

This div border color is #81deef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81deef


Comments

No comments written yet.

Please login to write comment.