Color Hex Logo

#a7bdfb Color Hex

#A7BDFB
(167,189,251)
0 Favorites   0 Comments

Color spaces of #a7bdfb

RGB 167189251
HSL0.620.910.82
HSV224°33°98°
CMYK 0.330.250.00   0.02
XYZ51.546551.575798.5051
Yxy51.57570.25570.2558
Hunter Lab71.81622.4410-31.0524
CIE-Lab77.02646.7705-33.0421

#a7bdfb color RGB value is (167,189,251).

#a7bdfb hex color red value is 167, green value is 189 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a7bdfb hue: 0.62 , saturation: 0.91 and the lightness value of a7bdfb is 0.82.

The process color (four color CMYK) of #a7bdfb color hex is 0.33, 0.25, 0.00, 0.02. Web safe color of #a7bdfb is #99ccff. Color #a7bdfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111101 11111011
Octal 247 275 373
Decimal 167 189 251
Hex A7 BD FB

RGB Percentages of Color #a7bdfb

%27.51
%31.14
%41.35

CMYK Percentages of Color #a7bdfb

%33
%25
%0
%2

Triadic Colors of #a7bdfb

#a7bdfb #fba7bd #bdfba7

Analogous Colors of #a7bdfb

#a7bdfb #bba7fb #a7e7fb

Monochromatic Colors of #a7bdfb

#a7bdfb

Complementary Color

#a7bdfb #fbe5a7

#a7bdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bdfb Color CSS Codes

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

#a7bdfb Text Font Color

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

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


#a7bdfb Background Color

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

This div background color is #a7bdfb


#a7bdfb Border Color

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

This div border color is #a7bdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bdfb


Comments

No comments written yet.

Please login to write comment.