Color Hex Logo

#a7cafb Color Hex

#A7CAFB
(167,202,251)
1 Favorites   0 Comments

Color spaces of #a7cafb

RGB 167202251
HSL0.600.910.82
HSV215°33°98°
CMYK 0.330.200.00   0.02
XYZ54.469557.421699.4794
Yxy57.42160.25770.2717
Hunter Lab75.7770-4.3018-24.7914
CIE-Lab80.4161-0.2743-27.8335

#a7cafb color RGB value is (167,202,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11001010 11111011
Octal 247 312 373
Decimal 167 202 251
Hex A7 CA FB

RGB Percentages of Color #a7cafb

%26.94
%32.58
%40.48

CMYK Percentages of Color #a7cafb

%33
%20
%0
%2

Triadic Colors of #a7cafb

#a7cafb #fba7ca #cafba7

Analogous Colors of #a7cafb

#a7cafb #aea7fb #a7f4fb

Monochromatic Colors of #a7cafb

#a7cafb

Complementary Color

#a7cafb #fbd8a7

#a7cafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7cafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7cafb Color CSS Codes

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

#a7cafb Text Font Color

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

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


#a7cafb Background Color

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

This div background color is #a7cafb


#a7cafb Border Color

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

This div border color is #a7cafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7cafb


Comments

No comments written yet.

Please login to write comment.