Color Hex Logo

#a8adcf Color Hex

#A8ADCF
(168,173,207)
0 Favorites   0 Comments

Color spaces of #a8adcf

RGB 168173207
HSL0.650.290.74
HSV232°19°81°
CMYK 0.190.160.00   0.19
XYZ42.354542.717065.0444
Yxy42.71700.28210.2846
Hunter Lab65.35821.2975-13.2545
CIE-Lab71.36255.3441-17.8156

#a8adcf color RGB value is (168,173,207).

#a8adcf hex color red value is 168, green value is 173 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a8adcf hue: 0.65 , saturation: 0.29 and the lightness value of a8adcf is 0.74.

The process color (four color CMYK) of #a8adcf color hex is 0.19, 0.16, 0.00, 0.19. Web safe color of #a8adcf is #9999cc. Color #a8adcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101101 11001111
Octal 250 255 317
Decimal 168 173 207
Hex A8 AD CF

RGB Percentages of Color #a8adcf

%30.66
%31.57
%37.77

CMYK Percentages of Color #a8adcf

%19
%16
%0
%19

Triadic Colors of #a8adcf

#a8adcf #cfa8ad #adcfa8

Analogous Colors of #a8adcf

#a8adcf #b7a8cf #a8c1cf

Monochromatic Colors of #a8adcf

#a8adcf

Complementary Color

#a8adcf #cfcaa8

#a8adcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8adcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8adcf Color CSS Codes

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

#a8adcf Text Font Color

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

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


#a8adcf Background Color

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

This div background color is #a8adcf


#a8adcf Border Color

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

This div border color is #a8adcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8adcf


Comments

No comments written yet.

Please login to write comment.