Color Hex Logo

#a7bdff Color Hex

#A7BDFF
(167,189,255)
0 Favorites   0 Comments

Color spaces of #a7bdff

RGB 167189255
HSL0.631.000.83
HSV225°35°100°
CMYK 0.350.260.00   0.00
XYZ52.183951.8307101.8617
Yxy51.83070.25350.2518
Hunter Lab71.99353.3955-33.4923
CIE-Lab77.17957.7846-34.9508

#a7bdff color RGB value is (167,189,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111101 11111111
Octal 247 275 377
Decimal 167 189 255
Hex A7 BD FF

RGB Percentages of Color #a7bdff

%27.33
%30.93
%41.73

CMYK Percentages of Color #a7bdff

%35
%26
%0
%0

Triadic Colors of #a7bdff

#a7bdff #ffa7bd #bdffa7

Analogous Colors of #a7bdff

#a7bdff #bda7ff #a7e9ff

Monochromatic Colors of #a7bdff

#a7bdff

Complementary Color

#a7bdff #ffe9a7

#a7bdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bdff Color CSS Codes

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

#a7bdff Text Font Color

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

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


#a7bdff Background Color

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

This div background color is #a7bdff


#a7bdff Border Color

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

This div border color is #a7bdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bdff


Comments

No comments written yet.

Please login to write comment.