Color Hex Logo

#afc8fa Color Hex

#AFC8FA
(175,200,250)
0 Favorites   0 Comments

Color spaces of #afc8fa

RGB 175200250
HSL0.610.880.83
HSV220°30°98°
CMYK 0.300.200.00   0.02
XYZ55.588857.324698.5774
Yxy57.32460.26280.2711
Hunter Lab75.7130-1.4423-24.1957
CIE-Lab80.36182.7853-27.3388

#afc8fa color RGB value is (175,200,250).

#afc8fa hex color red value is 175, green value is 200 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #afc8fa hue: 0.61 , saturation: 0.88 and the lightness value of afc8fa is 0.83.

The process color (four color CMYK) of #afc8fa color hex is 0.30, 0.20, 0.00, 0.02. Web safe color of #afc8fa is #99ccff. Color #afc8fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001000 11111010
Octal 257 310 372
Decimal 175 200 250
Hex AF C8 FA

RGB Percentages of Color #afc8fa

%28.00
%32.00
%40.00

CMYK Percentages of Color #afc8fa

%30
%20
%0
%2

Triadic Colors of #afc8fa

#afc8fa #faafc8 #c8faaf

Analogous Colors of #afc8fa

#afc8fa #bcaffa #afeefa

Monochromatic Colors of #afc8fa

#afc8fa

Complementary Color

#afc8fa #fae1af

#afc8fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc8fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc8fa Color CSS Codes

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

#afc8fa Text Font Color

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

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


#afc8fa Background Color

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

This div background color is #afc8fa


#afc8fa Border Color

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

This div border color is #afc8fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc8fa


Comments

No comments written yet.

Please login to write comment.