Color Hex Logo

#afadf8 Color Hex

#AFADF8
(175,173,248)
0 Favorites   0 Comments

Color spaces of #afadf8

RGB 175173248
HSL0.670.840.83
HSV242°30°97°
CMYK 0.290.300.00   0.03
XYZ49.566045.778495.0306
Yxy45.77840.26040.2405
Hunter Lab67.659712.3605-35.9132
CIE-Lab73.401517.1047-36.9905

#afadf8 color RGB value is (175,173,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11111000
Octal 257 255 370
Decimal 175 173 248
Hex AF AD F8

RGB Percentages of Color #afadf8

%29.36
%29.03
%41.61

CMYK Percentages of Color #afadf8

%29
%30
%0
%3

Triadic Colors of #afadf8

#afadf8 #f8afad #adf8af

Analogous Colors of #afadf8

#afadf8 #d5adf8 #add1f8

Monochromatic Colors of #afadf8

#afadf8

Complementary Color

#afadf8 #f6f8ad

#afadf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadf8 Color CSS Codes

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

#afadf8 Text Font Color

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

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


#afadf8 Background Color

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

This div background color is #afadf8


#afadf8 Border Color

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

This div border color is #afadf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadf8

#afadf8 Color Palettes


Comments

No comments written yet.

Please login to write comment.