Color Hex Logo

#81bdef Color Hex

#81BDEF
(129,189,239)
0 Favorites   0 Comments

Color spaces of #81bdef

RGB 129189239
HSL0.580.770.72
HSV207°46°94°
CMYK 0.460.210.00   0.06
XYZ42.830847.294388.5326
Yxy47.29430.23970.2647
Hunter Lab68.7709-9.1784-28.1878
CIE-Lab74.3776-6.2260-30.8479

#81bdef color RGB value is (129,189,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10111101 11101111
Octal 201 275 357
Decimal 129 189 239
Hex 81 BD EF

RGB Percentages of Color #81bdef

%23.16
%33.93
%42.91

CMYK Percentages of Color #81bdef

%46
%21
%0
%6

Triadic Colors of #81bdef

#81bdef #ef81bd #bdef81

Analogous Colors of #81bdef

#81bdef #8186ef #81efea

Monochromatic Colors of #81bdef

#81bdef

Complementary Color

#81bdef #efb381

#81bdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81bdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#81bdef Color CSS Codes

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

#81bdef Text Font Color

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

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


#81bdef Background Color

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

This div background color is #81bdef


#81bdef Border Color

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

This div border color is #81bdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81bdef


Comments

No comments written yet.

Please login to write comment.