Color Hex Logo

#afc9fd Color Hex

#AFC9FD
(175,201,253)
0 Favorites   0 Comments

Color spaces of #afc9fd

RGB 175201253
HSL0.610.950.84
HSV220°31°99°
CMYK 0.310.210.00   0.01
XYZ56.295557.9791101.1525
Yxy57.97910.26130.2691
Hunter Lab76.1440-1.2817-25.4622
CIE-Lab80.72722.9750-28.3791

#afc9fd color RGB value is (175,201,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 11111101
Octal 257 311 375
Decimal 175 201 253
Hex AF C9 FD

RGB Percentages of Color #afc9fd

%27.82
%31.96
%40.22

CMYK Percentages of Color #afc9fd

%31
%21
%0
%1

Triadic Colors of #afc9fd

#afc9fd #fdafc9 #c9fdaf

Analogous Colors of #afc9fd

#afc9fd #bcaffd #aff0fd

Monochromatic Colors of #afc9fd

#afc9fd

Complementary Color

#afc9fd #fde3af

#afc9fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc9fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc9fd Color CSS Codes

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

#afc9fd Text Font Color

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

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


#afc9fd Background Color

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

This div background color is #afc9fd


#afc9fd Border Color

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

This div border color is #afc9fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc9fd


Comments

No comments written yet.

Please login to write comment.