Color Hex Logo

#a8bdde Color Hex

#A8BDDE
(168,189,222)
0 Favorites   0 Comments

Color spaces of #a8bdde

RGB 168189222
HSL0.600.450.76
HSV217°24°87°
CMYK 0.240.150.00   0.13
XYZ47.530949.993976.2519
Yxy49.99390.27350.2877
Hunter Lab70.7064-3.7432-14.4457
CIE-Lab76.06550.0367-18.8734

#a8bdde color RGB value is (168,189,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111101 11011110
Octal 250 275 336
Decimal 168 189 222
Hex A8 BD DE

RGB Percentages of Color #a8bdde

%29.02
%32.64
%38.34

CMYK Percentages of Color #a8bdde

%24
%15
%0
%13

Triadic Colors of #a8bdde

#a8bdde #dea8bd #bddea8

Analogous Colors of #a8bdde

#a8bdde #aea8de #a8d8de

Monochromatic Colors of #a8bdde

#a8bdde

Complementary Color

#a8bdde #dec9a8

#a8bdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bdde Color CSS Codes

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

#a8bdde Text Font Color

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

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


#a8bdde Background Color

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

This div background color is #a8bdde


#a8bdde Border Color

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

This div border color is #a8bdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bdde


Comments

No comments written yet.

Please login to write comment.