Color Hex Logo

#a7dcfa Color Hex

#A7DCFA
(167,220,250)
0 Favorites   0 Comments

Color spaces of #a7dcfa

RGB 167220250
HSL0.560.890.82
HSV202°33°98°
CMYK 0.330.120.00   0.02
XYZ58.784966.3040100.1421
Yxy66.30400.26100.2944
Hunter Lab81.4273-13.6330-15.9178
CIE-Lab85.1512-9.9939-20.0995

#a7dcfa color RGB value is (167,220,250).

#a7dcfa hex color red value is 167, green value is 220 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a7dcfa hue: 0.56 , saturation: 0.89 and the lightness value of a7dcfa is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11011100 11111010
Octal 247 334 372
Decimal 167 220 250
Hex A7 DC FA

RGB Percentages of Color #a7dcfa

%26.22
%34.54
%39.25

CMYK Percentages of Color #a7dcfa

%33
%12
%0
%2

Triadic Colors of #a7dcfa

#a7dcfa #faa7dc #dcfaa7

Analogous Colors of #a7dcfa

#a7dcfa #a7b3fa #a7faef

Monochromatic Colors of #a7dcfa

#a7dcfa

Complementary Color

#a7dcfa #fac5a7

#a7dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7dcfa Color CSS Codes

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

#a7dcfa Text Font Color

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

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


#a7dcfa Background Color

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

This div background color is #a7dcfa


#a7dcfa Border Color

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

This div border color is #a7dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7dcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.