Color Hex Logo

#afafff Color Hex

#AFAFFF
(175,175,255)
5 Favorites   0 Comments

Color spaces of #afafff

RGB 175175255
HSL0.671.000.84
HSV240°31°100°
CMYK 0.310.310.00   0.00
XYZ51.059246.9939100.9874
Yxy46.99390.25650.2361
Hunter Lab68.552112.9848-39.3565
CIE-Lab74.185917.7254-39.5510

#afafff color RGB value is (175,175,255).

#afafff hex color red value is 175, green value is 175 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #afafff hue: 0.67 , saturation: 1.00 and the lightness value of afafff is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 11111111
Octal 257 257 377
Decimal 175 175 255
Hex AF AF FF

RGB Percentages of Color #afafff

%28.93
%28.93
%42.15

CMYK Percentages of Color #afafff

%31
%31
%0
%0

Triadic Colors of #afafff

#afafff #ffafaf #afffaf

Analogous Colors of #afafff

#afafff #d7afff #afd7ff

Monochromatic Colors of #afafff

#afafff

Complementary Color

#afafff #ffffaf

#afafff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afafff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afafff Color CSS Codes

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

#afafff Text Font Color

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

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


#afafff Background Color

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

This div background color is #afafff


#afafff Border Color

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

This div border color is #afafff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afafff

Related Colors

#afafff Color Palettes


Comments

No comments written yet.

Please login to write comment.