Color Hex Logo

#afb8fd Color Hex

#AFB8FD
(175,184,253)
0 Favorites   0 Comments

Color spaces of #afb8fd

RGB 175184253
HSL0.650.950.84
HSV233°31°99°
CMYK 0.310.270.00   0.01
XYZ52.549350.486899.9038
Yxy50.48680.25890.2488
Hunter Lab71.05417.6682-33.6254
CIE-Lab76.367112.2397-35.0902

#afb8fd color RGB value is (175,184,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 11111101
Octal 257 270 375
Decimal 175 184 253
Hex AF B8 FD

RGB Percentages of Color #afb8fd

%28.59
%30.07
%41.34

CMYK Percentages of Color #afb8fd

%31
%27
%0
%1

Triadic Colors of #afb8fd

#afb8fd #fdafb8 #b8fdaf

Analogous Colors of #afb8fd

#afb8fd #cdaffd #afdffd

Monochromatic Colors of #afb8fd

#afb8fd

Complementary Color

#afb8fd #fdf4af

#afb8fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb8fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb8fd Color CSS Codes

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

#afb8fd Text Font Color

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

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


#afb8fd Background Color

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

This div background color is #afb8fd


#afb8fd Border Color

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

This div border color is #afb8fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb8fd


Comments

No comments written yet.

Please login to write comment.