Color Hex Logo

#a7cafa Color Hex

#A7CAFA
(167,202,250)
0 Favorites   0 Comments

Color spaces of #a7cafa

RGB 167202250
HSL0.600.890.82
HSV215°33°98°
CMYK 0.330.190.00   0.02
XYZ54.312257.358798.6513
Yxy57.35870.25820.2727
Hunter Lab75.7355-4.5295-24.2149
CIE-Lab80.3809-0.5227-27.3542

#a7cafa color RGB value is (167,202,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11001010 11111010
Octal 247 312 372
Decimal 167 202 250
Hex A7 CA FA

RGB Percentages of Color #a7cafa

%26.98
%32.63
%40.39

CMYK Percentages of Color #a7cafa

%33
%19
%0
%2

Triadic Colors of #a7cafa

#a7cafa #faa7ca #cafaa7

Analogous Colors of #a7cafa

#a7cafa #aea7fa #a7f4fa

Monochromatic Colors of #a7cafa

#a7cafa

Complementary Color

#a7cafa #fad7a7

#a7cafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7cafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7cafa Color CSS Codes

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

#a7cafa Text Font Color

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

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


#a7cafa Background Color

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

This div background color is #a7cafa


#a7cafa Border Color

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

This div border color is #a7cafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7cafa


Comments

No comments written yet.

Please login to write comment.