Color Hex Logo

#afb9fc Color Hex

#AFB9FC
(175,185,252)
0 Favorites   0 Comments

Color spaces of #afb9fc

RGB 175185252
HSL0.650.930.84
HSV232°31°99°
CMYK 0.310.270.00   0.01
XYZ52.598850.840299.1363
Yxy50.84020.25970.2510
Hunter Lab71.30236.8981-32.5232
CIE-Lab76.582111.4417-34.2205

#afb9fc color RGB value is (175,185,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111001 11111100
Octal 257 271 374
Decimal 175 185 252
Hex AF B9 FC

RGB Percentages of Color #afb9fc

%28.59
%30.23
%41.18

CMYK Percentages of Color #afb9fc

%31
%27
%0
%1

Triadic Colors of #afb9fc

#afb9fc #fcafb9 #b9fcaf

Analogous Colors of #afb9fc

#afb9fc #ccaffc #afe0fc

Monochromatic Colors of #afb9fc

#afb9fc

Complementary Color

#afb9fc #fcf2af

#afb9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb9fc Color CSS Codes

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

#afb9fc Text Font Color

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

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


#afb9fc Background Color

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

This div background color is #afb9fc


#afb9fc Border Color

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

This div border color is #afb9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb9fc


Comments

No comments written yet.

Please login to write comment.