Color Hex Logo

#a3bdcf Color Hex

#A3BDCF
(163,189,207)
0 Favorites   0 Comments

Color spaces of #a3bdcf

RGB 163189207
HSL0.570.310.73
HSV205°21°81°
CMYK 0.210.090.00   0.19
XYZ44.564348.686766.0802
Yxy48.68670.27970.3056
Hunter Lab69.7759-8.1037-7.3066
CIE-Lab75.2560-4.9088-11.9920

#a3bdcf color RGB value is (163,189,207).

#a3bdcf hex color red value is 163, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #a3bdcf hue: 0.57 , saturation: 0.31 and the lightness value of a3bdcf is 0.73.

The process color (four color CMYK) of #a3bdcf color hex is 0.21, 0.09, 0.00, 0.19. Web safe color of #a3bdcf is #99cccc. Color #a3bdcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 10111101 11001111
Octal 243 275 317
Decimal 163 189 207
Hex A3 BD CF

RGB Percentages of Color #a3bdcf

%29.16
%33.81
%37.03

CMYK Percentages of Color #a3bdcf

%21
%9
%0
%19

Triadic Colors of #a3bdcf

#a3bdcf #cfa3bd #bdcfa3

Analogous Colors of #a3bdcf

#a3bdcf #a3a7cf #a3cfcb

Monochromatic Colors of #a3bdcf

#a3bdcf

Complementary Color

#a3bdcf #cfb5a3

#a3bdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3bdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3bdcf Color CSS Codes

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

#a3bdcf Text Font Color

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

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


#a3bdcf Background Color

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

This div background color is #a3bdcf


#a3bdcf Border Color

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

This div border color is #a3bdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3bdcf


Comments

No comments written yet.

Please login to write comment.