Color Hex Logo

#a8adec Color Hex

#A8ADEC
(168,173,236)
0 Favorites   0 Comments

Color spaces of #a8adec

RGB 168173236
HSL0.650.640.79
HSV236°29°93°
CMYK 0.290.270.00   0.07
XYZ46.232344.268185.4648
Yxy44.26810.26270.2516
Hunter Lab66.53437.5983-29.5854
CIE-Lab72.407312.1570-32.0634

#a8adec color RGB value is (168,173,236).

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

The process color (four color CMYK) of #a8adec color hex is 0.29, 0.27, 0.00, 0.07. Web safe color of #a8adec is #9999ff. Color #a8adec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101101 11101100
Octal 250 255 354
Decimal 168 173 236
Hex A8 AD EC

RGB Percentages of Color #a8adec

%29.12
%29.98
%40.90

CMYK Percentages of Color #a8adec

%29
%27
%0
%7

Triadic Colors of #a8adec

#a8adec #eca8ad #adeca8

Analogous Colors of #a8adec

#a8adec #c5a8ec #a8cfec

Monochromatic Colors of #a8adec

#a8adec

Complementary Color

#a8adec #ece7a8

#a8adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8adec Color CSS Codes

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

#a8adec Text Font Color

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

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


#a8adec Background Color

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

This div background color is #a8adec


#a8adec Border Color

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

This div border color is #a8adec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,173,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8adec


Comments

No comments written yet.

Please login to write comment.