Color Hex Logo

#81abbd Color Hex

#81ABBD
(129,171,189)
0 Favorites   0 Comments

Color spaces of #81abbd

RGB 129171189
HSL0.550.310.62
HSV198°32°74°
CMYK 0.320.100.00   0.26
XYZ32.801537.467153.6472
Yxy37.46710.26470.3024
Hunter Lab61.2104-11.4633-9.1168
CIE-Lab67.6260-9.7413-13.7815

#81abbd color RGB value is (129,171,189).

#81abbd hex color red value is 129, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #81abbd hue: 0.55 , saturation: 0.31 and the lightness value of 81abbd is 0.62.

The process color (four color CMYK) of #81abbd color hex is 0.32, 0.10, 0.00, 0.26. Web safe color of #81abbd is #9999cc. Color #81abbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10101011 10111101
Octal 201 253 275
Decimal 129 171 189
Hex 81 AB BD

RGB Percentages of Color #81abbd

%26.38
%34.97
%38.65

CMYK Percentages of Color #81abbd

%32
%10
%0
%26

Triadic Colors of #81abbd

#81abbd #bd81ab #abbd81

Analogous Colors of #81abbd

#81abbd #818dbd #81bdb1

Monochromatic Colors of #81abbd

#81abbd

Complementary Color

#81abbd #bd9381

#81abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#81abbd Color CSS Codes

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

#81abbd Text Font Color

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

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


#81abbd Background Color

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

This div background color is #81abbd


#81abbd Border Color

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

This div border color is #81abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81abbd


Comments

No comments written yet.

Please login to write comment.