Color Hex Logo

#81cadb Color Hex

#81CADB
(129,202,219)
0 Favorites   0 Comments

Color spaces of #81cadb

RGB 129202219
HSL0.530.560.68
HSV191°41°86°
CMYK 0.410.080.00   0.14
XYZ42.960052.022774.7950
Yxy52.02270.25300.3064
Hunter Lab72.1268-19.9040-10.9946
CIE-Lab77.2944-18.4133-15.6162

#81cadb color RGB value is (129,202,219).

#81cadb hex color red value is 129, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #81cadb hue: 0.53 , saturation: 0.56 and the lightness value of 81cadb is 0.68.

The process color (four color CMYK) of #81cadb color hex is 0.41, 0.08, 0.00, 0.14. Web safe color of #81cadb is #99cccc. Color #81cadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 11001010 11011011
Octal 201 312 333
Decimal 129 202 219
Hex 81 CA DB

RGB Percentages of Color #81cadb

%23.45
%36.73
%39.82

CMYK Percentages of Color #81cadb

%41
%8
%0
%14

Triadic Colors of #81cadb

#81cadb #db81ca #cadb81

Analogous Colors of #81cadb

#81cadb #819ddb #81dbbf

Monochromatic Colors of #81cadb

#81cadb

Complementary Color

#81cadb #db9281

#81cadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81cadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#81cadb Color CSS Codes

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

#81cadb Text Font Color

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

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


#81cadb Background Color

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

This div background color is #81cadb


#81cadb Border Color

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

This div border color is #81cadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81cadb


Comments

No comments written yet.

Please login to write comment.