Color Hex Logo

#a8bada Color Hex

#A8BADA
(168,186,218)
0 Favorites   0 Comments

Color spaces of #a8bada

RGB 168186218
HSL0.610.400.76
HSV218°23°85°
CMYK 0.230.150.00   0.15
XYZ46.362248.504673.2484
Yxy48.50460.27580.2885
Hunter Lab69.6452-3.0534-13.6057
CIE-Lab75.14210.7372-18.1023

#a8bada color RGB value is (168,186,218).

#a8bada hex color red value is 168, green value is 186 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a8bada hue: 0.61 , saturation: 0.40 and the lightness value of a8bada is 0.76.

The process color (four color CMYK) of #a8bada color hex is 0.23, 0.15, 0.00, 0.15. Web safe color of #a8bada is #99cccc. Color #a8bada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111010 11011010
Octal 250 272 332
Decimal 168 186 218
Hex A8 BA DA

RGB Percentages of Color #a8bada

%29.37
%32.52
%38.11

CMYK Percentages of Color #a8bada

%23
%15
%0
%15

Triadic Colors of #a8bada

#a8bada #daa8ba #badaa8

Analogous Colors of #a8bada

#a8bada #afa8da #a8d3da

Monochromatic Colors of #a8bada

#a8bada

Complementary Color

#a8bada #dac8a8

#a8bada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bada Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bada Color CSS Codes

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

#a8bada Text Font Color

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

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


#a8bada Background Color

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

This div background color is #a8bada


#a8bada Border Color

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

This div border color is #a8bada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bada


Comments

No comments written yet.

Please login to write comment.