color codes Logo

#a8bddc color codes

#A8BDDC
(168,189,220)
0 Favorites   0 Comments

Color spaces of #a8bddc

RGB 168189220
HSL0.600.430.76
HSV216°24°86°
CMYK 0.240.140.00   0.14
XYZ47.264349.887374.8483
Yxy49.88730.27480.2900
Hunter Lab70.6309-4.1568-13.3885
CIE-Lab76.0000-0.4244-17.8898

#a8bddc color RGB value is (168,189,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111101 11011100
Octal 250 275 334
Decimal 168 189 220
Hex A8 BD DC

RGB Percentages of Color #a8bddc

%29.12
%32.76
%38.13

CMYK Percentages of Color #a8bddc

%24
%14
%0
%14

Triadic Colors of #a8bddc

#a8bddc #dca8bd #bddca8

Analogous Colors of #a8bddc

#a8bddc #ada8dc #a8d7dc

Monochromatic Colors of #a8bddc

#a8bddc

Complementary Color

#a8bddc #dcc7a8

#a8bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bddc Color CSS Codes

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

#a8bddc Text Font Color

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

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


#a8bddc Background Color

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

This div background color is #a8bddc


#a8bddc Border Color

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

This div border color is #a8bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bddc


Comments

No comments written yet.

Please login to write comment.