Color Hex Logo

#afaff6 Color Hex

#AFAFF6
(175,175,246)
0 Favorites   0 Comments

Color spaces of #afaff6

RGB 175175246
HSL0.670.800.83
HSV240°29°96°
CMYK 0.290.290.00   0.04
XYZ49.643746.427793.5337
Yxy46.42770.26180.2449
Hunter Lab68.137910.8097-33.6916
CIE-Lab73.822215.5016-35.2563

#afaff6 color RGB value is (175,175,246).

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

The process color (four color CMYK) of #afaff6 color hex is 0.29, 0.29, 0.00, 0.04. Web safe color of #afaff6 is #9999ff. Color #afaff6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 11110110
Octal 257 257 366
Decimal 175 175 246
Hex AF AF F6

RGB Percentages of Color #afaff6

%29.36
%29.36
%41.28

CMYK Percentages of Color #afaff6

%29
%29
%0
%4

Triadic Colors of #afaff6

#afaff6 #f6afaf #aff6af

Analogous Colors of #afaff6

#afaff6 #d3aff6 #afd3f6

Monochromatic Colors of #afaff6

#afaff6

Complementary Color

#afaff6 #f6f6af

#afaff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaff6 Color CSS Codes

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

#afaff6 Text Font Color

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

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


#afaff6 Background Color

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

This div background color is #afaff6


#afaff6 Border Color

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

This div border color is #afaff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaff6


Comments

No comments written yet.

Please login to write comment.