Color Hex Logo

#afb6fd Color Hex

#AFB6FD
(175,182,253)
0 Favorites   0 Comments

Color spaces of #afb6fd

RGB 175182253
HSL0.650.950.84
HSV235°31°99°
CMYK 0.310.280.00   0.01
XYZ52.136849.661799.7663
Yxy49.66170.25870.2464
Hunter Lab70.47118.7358-34.6075
CIE-Lab75.861113.3439-35.8733

#afb6fd color RGB value is (175,182,253).

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

The process color (four color CMYK) of #afb6fd color hex is 0.31, 0.28, 0.00, 0.01. Web safe color of #afb6fd is #99ccff. Color #afb6fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 11111101
Octal 257 266 375
Decimal 175 182 253
Hex AF B6 FD

RGB Percentages of Color #afb6fd

%28.69
%29.84
%41.48

CMYK Percentages of Color #afb6fd

%31
%28
%0
%1

Triadic Colors of #afb6fd

#afb6fd #fdafb6 #b6fdaf

Analogous Colors of #afb6fd

#afb6fd #cfaffd #afddfd

Monochromatic Colors of #afb6fd

#afb6fd

Complementary Color

#afb6fd #fdf6af

#afb6fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb6fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb6fd Color CSS Codes

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

#afb6fd Text Font Color

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

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


#afb6fd Background Color

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

This div background color is #afb6fd


#afb6fd Border Color

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

This div border color is #afb6fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb6fd


Comments

No comments written yet.

Please login to write comment.