Color Hex Logo

#818adc Color Hex

#818ADC
(129,138,220)
0 Favorites   0 Comments

Color spaces of #818adc

RGB 129138220
HSL0.650.570.68
HSV234°41°86°
CMYK 0.410.370.00   0.14
XYZ31.060028.011471.4798
Yxy28.01140.23790.2146
Hunter Lab52.925812.1343-43.0270
CIE-Lab59.899017.2447-42.9615

#818adc color RGB value is (129,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 10001010 11011100
Octal 201 212 334
Decimal 129 138 220
Hex 81 8A DC

RGB Percentages of Color #818adc

%26.49
%28.34
%45.17

CMYK Percentages of Color #818adc

%41
%37
%0
%14

Triadic Colors of #818adc

#818adc #dc818a #8adc81

Analogous Colors of #818adc

#818adc #a681dc #81b8dc

Monochromatic Colors of #818adc

#818adc

Complementary Color

#818adc #dcd381

#818adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#818adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#818adc Color CSS Codes

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

#818adc Text Font Color

<p style="color:#818adc">Text here</p>

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


#818adc Background Color

<div style="background-color:#818adc">
Div content here</div>

This div background color is #818adc


#818adc Border Color

<div style="border:3px solid #818adc">
Div here</div>

This div border color is #818adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #818adc


Comments

No comments written yet.

Please login to write comment.