Color Hex Logo

#a7bfda Color Hex

#A7BFDA
(167,191,218)
0 Favorites   0 Comments

Color spaces of #a7bfda

RGB 167191218
HSL0.590.410.75
HSV212°23°85°
CMYK 0.230.120.00   0.15
XYZ47.222050.539073.5958
Yxy50.53900.27560.2949
Hunter Lab71.0908-5.8404-11.6156
CIE-Lab76.3989-2.2619-16.2119

#a7bfda color RGB value is (167,191,218).

#a7bfda hex color red value is 167, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a7bfda hue: 0.59 , saturation: 0.41 and the lightness value of a7bfda is 0.75.

The process color (four color CMYK) of #a7bfda color hex is 0.23, 0.12, 0.00, 0.15. Web safe color of #a7bfda is #99cccc. Color #a7bfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111111 11011010
Octal 247 277 332
Decimal 167 191 218
Hex A7 BF DA

RGB Percentages of Color #a7bfda

%28.99
%33.16
%37.85

CMYK Percentages of Color #a7bfda

%23
%12
%0
%15

Triadic Colors of #a7bfda

#a7bfda #daa7bf #bfdaa7

Analogous Colors of #a7bfda

#a7bfda #a9a7da #a7d9da

Monochromatic Colors of #a7bfda

#a7bfda

Complementary Color

#a7bfda #dac2a7

#a7bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bfda Color CSS Codes

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

#a7bfda Text Font Color

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

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


#a7bfda Background Color

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

This div background color is #a7bfda


#a7bfda Border Color

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

This div border color is #a7bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bfda


Comments

No comments written yet.

Please login to write comment.