Color Hex Logo

#a8b3de Color Hex

#A8B3DE
(168,179,222)
0 Favorites   0 Comments

Color spaces of #a8b3de

RGB 168179222
HSL0.630.450.76
HSV228°24°87°
CMYK 0.240.190.00   0.13
XYZ45.453445.839075.5594
Yxy45.83900.27240.2747
Hunter Lab67.70451.3530-18.7755
CIE-Lab73.44095.4810-22.8592

#a8b3de color RGB value is (168,179,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10110011 11011110
Octal 250 263 336
Decimal 168 179 222
Hex A8 B3 DE

RGB Percentages of Color #a8b3de

%29.53
%31.46
%39.02

CMYK Percentages of Color #a8b3de

%24
%19
%0
%13

Triadic Colors of #a8b3de

#a8b3de #dea8b3 #b3dea8

Analogous Colors of #a8b3de

#a8b3de #b8a8de #a8cede

Monochromatic Colors of #a8b3de

#a8b3de

Complementary Color

#a8b3de #ded3a8

#a8b3de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8b3de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8b3de Color CSS Codes

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

#a8b3de Text Font Color

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

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


#a8b3de Background Color

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

This div background color is #a8b3de


#a8b3de Border Color

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

This div border color is #a8b3de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,179,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 #a8b3de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8b3de


Comments

No comments written yet.

Please login to write comment.