Color Hex Logo

#a7bcff Color Hex

#A7BCFF
(167,188,255)
0 Favorites   0 Comments

Color spaces of #a7bcff

RGB 167188255
HSL0.631.000.83
HSV226°35°100°
CMYK 0.350.260.00   0.00
XYZ51.969651.4019101.7902
Yxy51.40190.25330.2505
Hunter Lab71.69513.9227-33.9913
CIE-Lab76.92188.3340-35.3493

#a7bcff color RGB value is (167,188,255).

#a7bcff hex color red value is 167, green value is 188 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a7bcff hue: 0.63 , saturation: 1.00 and the lightness value of a7bcff is 0.83.

The process color (four color CMYK) of #a7bcff color hex is 0.35, 0.26, 0.00, 0.00. Web safe color of #a7bcff is #99ccff. Color #a7bcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111100 11111111
Octal 247 274 377
Decimal 167 188 255
Hex A7 BC FF

RGB Percentages of Color #a7bcff

%27.38
%30.82
%41.80

CMYK Percentages of Color #a7bcff

%35
%26
%0
%0

Triadic Colors of #a7bcff

#a7bcff #ffa7bc #bcffa7

Analogous Colors of #a7bcff

#a7bcff #bea7ff #a7e8ff

Monochromatic Colors of #a7bcff

#a7bcff

Complementary Color

#a7bcff #ffeaa7

#a7bcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bcff Color CSS Codes

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

#a7bcff Text Font Color

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

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


#a7bcff Background Color

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

This div background color is #a7bcff


#a7bcff Border Color

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

This div border color is #a7bcff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,188,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7bcff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7bcff;
  -webkit-box-shadow: 1px 1px 3px 2px #a7bcff;
  box-shadow:         1px 1px 3px 2px #a7bcff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,188,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bcff


Comments

No comments written yet.

Please login to write comment.