Color Hex Logo

#a6becf Color Hex

#A6BECF
(166,190,207)
0 Favorites   0 Comments

Color spaces of #a6becf

RGB 166190207
HSL0.570.300.73
HSV205°20°81°
CMYK 0.200.080.00   0.19
XYZ45.401849.438966.1812
Yxy49.43890.28200.3070
Hunter Lab70.3128-7.7879-6.5871
CIE-Lab75.7236-4.5059-11.2721

#a6becf color RGB value is (166,190,207).

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

The process color (four color CMYK) of #a6becf color hex is 0.20, 0.08, 0.00, 0.19. Web safe color of #a6becf is #99cccc. Color #a6becf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10111110 11001111
Octal 246 276 317
Decimal 166 190 207
Hex A6 BE CF

RGB Percentages of Color #a6becf

%29.48
%33.75
%36.77

CMYK Percentages of Color #a6becf

%20
%8
%0
%19

Triadic Colors of #a6becf

#a6becf #cfa6be #becfa6

Analogous Colors of #a6becf

#a6becf #a6aacf #a6cfcc

Monochromatic Colors of #a6becf

#a6becf

Complementary Color

#a6becf #cfb7a6

#a6becf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6becf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6becf Color CSS Codes

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

#a6becf Text Font Color

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

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


#a6becf Background Color

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

This div background color is #a6becf


#a6becf Border Color

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

This div border color is #a6becf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6becf


Comments

No comments written yet.

Please login to write comment.