Color Hex Logo

#afc7fc Color Hex

#AFC7FC
(175,199,252)
0 Favorites   0 Comments

Color spaces of #afc7fc

RGB 175199252
HSL0.610.930.84
HSV221°31°99°
CMYK 0.310.210.00   0.01
XYZ55.673356.9891100.1612
Yxy56.98910.26160.2678
Hunter Lab75.4911-0.4690-25.8219
CIE-Lab80.17353.8090-28.6942

#afc7fc color RGB value is (175,199,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 11111100
Octal 257 307 374
Decimal 175 199 252
Hex AF C7 FC

RGB Percentages of Color #afc7fc

%27.96
%31.79
%40.26

CMYK Percentages of Color #afc7fc

%31
%21
%0
%1

Triadic Colors of #afc7fc

#afc7fc #fcafc7 #c7fcaf

Analogous Colors of #afc7fc

#afc7fc #beaffc #afeefc

Monochromatic Colors of #afc7fc

#afc7fc

Complementary Color

#afc7fc #fce4af

#afc7fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc7fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc7fc Color CSS Codes

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

#afc7fc Text Font Color

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

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


#afc7fc Background Color

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

This div background color is #afc7fc


#afc7fc Border Color

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

This div border color is #afc7fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc7fc

Related Colors


Comments

No comments written yet.

Please login to write comment.