color codes Logo

#a7befb color codes

#A7BEFB
(167,190,251)
0 Favorites   0 Comments

Color spaces of #a7befb

RGB 167190251
HSL0.620.910.82
HSV224°33°98°
CMYK 0.330.240.00   0.02
XYZ51.762452.007498.5771
Yxy52.00740.25580.2570
Hunter Lab72.11621.9176-30.5634
CIE-Lab77.28536.2234-32.6430

#a7befb color RGB value is (167,190,251).

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

The process color (four color CMYK) of #a7befb color code is 0.33, 0.24, 0.00, 0.02. Web safe color of #a7befb is #99ccff. Color #a7befb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111110 11111011
Octal 247 276 373
Decimal 167 190 251
Hex A7 BE FB

RGB Percentages of Color #a7befb

%27.47
%31.25
%41.28

CMYK Percentages of Color #a7befb

%33
%24
%0
%2

Triadic Colors of #a7befb

#a7befb #fba7be #befba7

Analogous Colors of #a7befb

#a7befb #baa7fb #a7e8fb

Monochromatic Colors of #a7befb

#a7befb

Complementary Color

#a7befb #fbe4a7

#a7befb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7befb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7befb Color CSS Codes

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

#a7befb Text Font Color

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

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


#a7befb Background Color

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

This div background color is #a7befb


#a7befb Border Color

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

This div border color is #a7befb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7befb


Comments

No comments written yet.

Please login to write comment.