Color Hex Logo

#a8b5ce Color Hex

#A8B5CE
(168,181,206)
0 Favorites   0 Comments

Color spaces of #a8b5ce

RGB 168181206
HSL0.610.280.73
HSV219°18°81°
CMYK 0.180.120.00   0.19
XYZ43.812945.828864.9292
Yxy45.82880.28340.2965
Hunter Lab67.6970-2.9460-9.4781
CIE-Lab73.43430.7478-14.1439

#a8b5ce color RGB value is (168,181,206).

#a8b5ce hex color red value is 168, green value is 181 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a8b5ce hue: 0.61 , saturation: 0.28 and the lightness value of a8b5ce is 0.73.

The process color (four color CMYK) of #a8b5ce color hex is 0.18, 0.12, 0.00, 0.19. Web safe color of #a8b5ce is #99cccc. Color #a8b5ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10110101 11001110
Octal 250 265 316
Decimal 168 181 206
Hex A8 B5 CE

RGB Percentages of Color #a8b5ce

%30.27
%32.61
%37.12

CMYK Percentages of Color #a8b5ce

%18
%12
%0
%19

Triadic Colors of #a8b5ce

#a8b5ce #cea8b5 #b5cea8

Analogous Colors of #a8b5ce

#a8b5ce #aea8ce #a8c8ce

Monochromatic Colors of #a8b5ce

#a8b5ce

Complementary Color

#a8b5ce #cec1a8

#a8b5ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8b5ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8b5ce Color CSS Codes

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

#a8b5ce Text Font Color

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

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


#a8b5ce Background Color

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

This div background color is #a8b5ce


#a8b5ce Border Color

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

This div border color is #a8b5ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8b5ce


Comments

No comments written yet.

Please login to write comment.