Color Hex Logo

#a8addb Color Hex

#A8ADDB
(168,173,219)
0 Favorites   0 Comments

Color spaces of #a8addb

RGB 168173219
HSL0.650.410.76
HSV234°23°86°
CMYK 0.230.210.00   0.14
XYZ43.878243.326473.0680
Yxy43.32640.27380.2703
Hunter Lab65.82283.8002-19.7402
CIE-Lab71.77598.0877-23.7620

#a8addb color RGB value is (168,173,219).

#a8addb hex color red value is 168, green value is 173 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a8addb hue: 0.65 , saturation: 0.41 and the lightness value of a8addb is 0.76.

The process color (four color CMYK) of #a8addb color hex is 0.23, 0.21, 0.00, 0.14. Web safe color of #a8addb is #9999cc. Color #a8addb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101101 11011011
Octal 250 255 333
Decimal 168 173 219
Hex A8 AD DB

RGB Percentages of Color #a8addb

%30.00
%30.89
%39.11

CMYK Percentages of Color #a8addb

%23
%21
%0
%14

Triadic Colors of #a8addb

#a8addb #dba8ad #addba8

Analogous Colors of #a8addb

#a8addb #bda8db #a8c7db

Monochromatic Colors of #a8addb

#a8addb

Complementary Color

#a8addb #dbd6a8

#a8addb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8addb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8addb Color CSS Codes

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

#a8addb Text Font Color

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

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


#a8addb Background Color

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

This div background color is #a8addb


#a8addb Border Color

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

This div border color is #a8addb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,173,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8addb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8addb;
  -webkit-box-shadow: 1px 1px 3px 2px #a8addb;
  box-shadow:         1px 1px 3px 2px #a8addb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,173,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 #a8addb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8addb


Comments

No comments written yet.

Please login to write comment.