Color Hex Logo

#a8bddd Color Hex

#A8BDDD
(168,189,221)
0 Favorites   0 Comments

Color spaces of #a8bddd

RGB 168189221
HSL0.600.440.76
HSV216°24°87°
CMYK 0.240.140.00   0.13
XYZ47.397249.940575.5480
Yxy49.94050.27420.2889
Hunter Lab70.6686-3.9507-13.9157
CIE-Lab76.0327-0.1944-18.3817

#a8bddd color RGB value is (168,189,221).

#a8bddd hex color red value is 168, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a8bddd hue: 0.60 , saturation: 0.44 and the lightness value of a8bddd is 0.76.

The process color (four color CMYK) of #a8bddd color hex is 0.24, 0.14, 0.00, 0.13. Web safe color of #a8bddd is #99cccc. Color #a8bddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111101 11011101
Octal 250 275 335
Decimal 168 189 221
Hex A8 BD DD

RGB Percentages of Color #a8bddd

%29.07
%32.70
%38.24

CMYK Percentages of Color #a8bddd

%24
%14
%0
%13

Triadic Colors of #a8bddd

#a8bddd #dda8bd #bddda8

Analogous Colors of #a8bddd

#a8bddd #aea8dd #a8d8dd

Monochromatic Colors of #a8bddd

#a8bddd

Complementary Color

#a8bddd #ddc8a8

#a8bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bddd Color CSS Codes

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

#a8bddd Text Font Color

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

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


#a8bddd Background Color

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

This div background color is #a8bddd


#a8bddd Border Color

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

This div border color is #a8bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bddd


Comments

No comments written yet.

Please login to write comment.