Color Hex Logo

#81b2dc Color Hex

#81B2DC
(129,178,220)
0 Favorites   0 Comments

Color spaces of #81b2dc

RGB 129178220
HSL0.580.570.68
HSV208°41°86°
CMYK 0.410.190.00   0.14
XYZ37.891941.675273.7572
Yxy41.67520.24710.2718
Hunter Lab64.5563-8.2015-22.5509
CIE-Lab70.6464-5.4831-26.2583

#81b2dc color RGB value is (129,178,220).

#81b2dc hex color red value is 129, green value is 178 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #81b2dc hue: 0.58 , saturation: 0.57 and the lightness value of 81b2dc is 0.68.

The process color (four color CMYK) of #81b2dc color hex is 0.41, 0.19, 0.00, 0.14. Web safe color of #81b2dc is #9999cc. Color #81b2dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10110010 11011100
Octal 201 262 334
Decimal 129 178 220
Hex 81 B2 DC

RGB Percentages of Color #81b2dc

%24.48
%33.78
%41.75

CMYK Percentages of Color #81b2dc

%41
%19
%0
%14

Triadic Colors of #81b2dc

#81b2dc #dc81b2 #b2dc81

Analogous Colors of #81b2dc

#81b2dc #8185dc #81dcd9

Monochromatic Colors of #81b2dc

#81b2dc

Complementary Color

#81b2dc #dcab81

#81b2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81b2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#81b2dc Color CSS Codes

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

#81b2dc Text Font Color

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

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


#81b2dc Background Color

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

This div background color is #81b2dc


#81b2dc Border Color

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

This div border color is #81b2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81b2dc


Comments

No comments written yet.

Please login to write comment.