Color Hex Logo

#afb3fc Color Hex

#AFB3FC
(175,179,252)
0 Favorites   0 Comments

Color spaces of #afb3fc

RGB 175179252
HSL0.660.930.84
HSV237°31°99°
CMYK 0.310.290.00   0.01
XYZ51.370048.382498.7267
Yxy48.38240.25880.2438
Hunter Lab69.557510.1014-35.4633
CIE-Lab75.065514.7570-36.5680

#afb3fc color RGB value is (175,179,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 11111100
Octal 257 263 374
Decimal 175 179 252
Hex AF B3 FC

RGB Percentages of Color #afb3fc

%28.88
%29.54
%41.58

CMYK Percentages of Color #afb3fc

%31
%29
%0
%1

Triadic Colors of #afb3fc

#afb3fc #fcafb3 #b3fcaf

Analogous Colors of #afb3fc

#afb3fc #d2affc #afdafc

Monochromatic Colors of #afb3fc

#afb3fc

Complementary Color

#afb3fc #fcf8af

#afb3fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb3fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb3fc Color CSS Codes

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

#afb3fc Text Font Color

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

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


#afb3fc Background Color

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

This div background color is #afb3fc


#afb3fc Border Color

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

This div border color is #afb3fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb3fc


Comments

No comments written yet.

Please login to write comment.