Color Hex Logo

#a7bdde Color Hex

#A7BDDE
(167,189,222)
0 Favorites   0 Comments

Color spaces of #a7bdde

RGB 167189222
HSL0.600.450.76
HSV216°25°87°
CMYK 0.250.150.00   0.13
XYZ47.318849.884676.2420
Yxy49.88460.27280.2876
Hunter Lab70.6290-4.0125-14.5615
CIE-Lab75.9984-0.2651-18.9815

#a7bdde color RGB value is (167,189,222).

#a7bdde hex color red value is 167, green value is 189 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a7bdde hue: 0.60 , saturation: 0.45 and the lightness value of a7bdde is 0.76.

The process color (four color CMYK) of #a7bdde color hex is 0.25, 0.15, 0.00, 0.13. Web safe color of #a7bdde is #99cccc. Color #a7bdde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111101 11011110
Octal 247 275 336
Decimal 167 189 222
Hex A7 BD DE

RGB Percentages of Color #a7bdde

%28.89
%32.70
%38.41

CMYK Percentages of Color #a7bdde

%25
%15
%0
%13

Triadic Colors of #a7bdde

#a7bdde #dea7bd #bddea7

Analogous Colors of #a7bdde

#a7bdde #ada7de #a7d9de

Monochromatic Colors of #a7bdde

#a7bdde

Complementary Color

#a7bdde #dec8a7

#a7bdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bdde Color CSS Codes

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

#a7bdde Text Font Color

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

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


#a7bdde Background Color

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

This div background color is #a7bdde


#a7bdde Border Color

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

This div border color is #a7bdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bdde


Comments

No comments written yet.

Please login to write comment.