Color Hex Logo

#afbaf6 Color Hex

#AFBAF6
(175,186,246)
0 Favorites   0 Comments

Color spaces of #afbaf6

RGB 175186246
HSL0.640.800.83
HSV231°29°96°
CMYK 0.290.240.00   0.04
XYZ51.872750.885694.2767
Yxy50.88560.26330.2583
Hunter Lab71.33414.9667-28.4250
CIE-Lab76.60979.4253-30.9524

#afbaf6 color RGB value is (175,186,246).

#afbaf6 hex color red value is 175, green value is 186 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #afbaf6 hue: 0.64 , saturation: 0.80 and the lightness value of afbaf6 is 0.83.

The process color (four color CMYK) of #afbaf6 color hex is 0.29, 0.24, 0.00, 0.04. Web safe color of #afbaf6 is #99ccff. Color #afbaf6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 11110110
Octal 257 272 366
Decimal 175 186 246
Hex AF BA F6

RGB Percentages of Color #afbaf6

%28.83
%30.64
%40.53

CMYK Percentages of Color #afbaf6

%29
%24
%0
%4

Triadic Colors of #afbaf6

#afbaf6 #f6afba #baf6af

Analogous Colors of #afbaf6

#afbaf6 #c8aff6 #afdef6

Monochromatic Colors of #afbaf6

#afbaf6

Complementary Color

#afbaf6 #f6ebaf

#afbaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbaf6 Color CSS Codes

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

#afbaf6 Text Font Color

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

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


#afbaf6 Background Color

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

This div background color is #afbaf6


#afbaf6 Border Color

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

This div border color is #afbaf6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,186,246, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afbaf6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afbaf6;
  -webkit-box-shadow: 1px 1px 3px 2px #afbaf6;
  box-shadow:         1px 1px 3px 2px #afbaf6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,186,246, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbaf6


Comments

No comments written yet.

Please login to write comment.