Color Hex Logo

#81bdcc Color Hex

#81BDCC
(129,189,204)
0 Favorites   0 Comments

Color spaces of #81bdcc

RGB 129189204
HSL0.530.420.65
HSV192°37°80°
CMYK 0.370.070.00   0.20
XYZ38.149945.422063.8833
Yxy45.42200.25870.3080
Hunter Lab67.3958-16.9015-9.0228
CIE-Lab73.1689-15.5226-13.6928

#81bdcc color RGB value is (129,189,204).

#81bdcc hex color red value is 129, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #81bdcc hue: 0.53 , saturation: 0.42 and the lightness value of 81bdcc is 0.65.

The process color (four color CMYK) of #81bdcc color hex is 0.37, 0.07, 0.00, 0.20. Web safe color of #81bdcc is #99cccc. Color #81bdcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10111101 11001100
Octal 201 275 314
Decimal 129 189 204
Hex 81 BD CC

RGB Percentages of Color #81bdcc

%24.71
%36.21
%39.08

CMYK Percentages of Color #81bdcc

%37
%7
%0
%20

Triadic Colors of #81bdcc

#81bdcc #cc81bd #bdcc81

Analogous Colors of #81bdcc

#81bdcc #8198cc #81ccb6

Monochromatic Colors of #81bdcc

#81bdcc

Complementary Color

#81bdcc #cc9081

#81bdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81bdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#81bdcc Color CSS Codes

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

#81bdcc Text Font Color

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

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


#81bdcc Background Color

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

This div background color is #81bdcc


#81bdcc Border Color

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

This div border color is #81bdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81bdcc


Comments

No comments written yet.

Please login to write comment.