Color Hex Logo

#a7bdef Color Hex

#A7BDEF
(167,189,239)
0 Favorites   0 Comments

Color spaces of #a7bdef

RGB 167189239
HSL0.620.690.80
HSV222°30°94°
CMYK 0.300.210.00   0.06
XYZ49.713950.842788.8548
Yxy50.84270.26250.2684
Hunter Lab71.3041-0.3302-23.9708
CIE-Lab76.58363.7886-27.2706

#a7bdef color RGB value is (167,189,239).

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

The process color (four color CMYK) of #a7bdef color hex is 0.30, 0.21, 0.00, 0.06. Web safe color of #a7bdef is #99ccff. Color #a7bdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111101 11101111
Octal 247 275 357
Decimal 167 189 239
Hex A7 BD EF

RGB Percentages of Color #a7bdef

%28.07
%31.76
%40.17

CMYK Percentages of Color #a7bdef

%30
%21
%0
%6

Triadic Colors of #a7bdef

#a7bdef #efa7bd #bdefa7

Analogous Colors of #a7bdef

#a7bdef #b5a7ef #a7e1ef

Monochromatic Colors of #a7bdef

#a7bdef

Complementary Color

#a7bdef #efd9a7

#a7bdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bdef Color CSS Codes

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

#a7bdef Text Font Color

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

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


#a7bdef Background Color

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

This div background color is #a7bdef


#a7bdef Border Color

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

This div border color is #a7bdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bdef


Comments

No comments written yet.

Please login to write comment.