Color Hex Logo

#afadfd Color Hex

#AFADFD
(175,173,253)
0 Favorites   0 Comments

Color spaces of #afadfd

RGB 175173253
HSL0.670.950.84
HSV242°32°99°
CMYK 0.310.320.00   0.01
XYZ50.352446.092999.1715
Yxy46.09290.25740.2356
Hunter Lab67.891813.5752-39.0824
CIE-Lab73.605818.3415-39.3750

#afadfd color RGB value is (175,173,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11111101
Octal 257 255 375
Decimal 175 173 253
Hex AF AD FD

RGB Percentages of Color #afadfd

%29.12
%28.79
%42.10

CMYK Percentages of Color #afadfd

%31
%32
%0
%1

Triadic Colors of #afadfd

#afadfd #fdafad #adfdaf

Analogous Colors of #afadfd

#afadfd #d7adfd #add3fd

Monochromatic Colors of #afadfd

#afadfd

Complementary Color

#afadfd #fbfdad

#afadfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadfd Color CSS Codes

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

#afadfd Text Font Color

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

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


#afadfd Background Color

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

This div background color is #afadfd


#afadfd Border Color

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

This div border color is #afadfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadfd


Comments

No comments written yet.

Please login to write comment.