Color Hex Logo

#afc4fc Color Hex

#AFC4FC
(175,196,252)
0 Favorites   0 Comments

Color spaces of #afc4fc

RGB 175196252
HSL0.620.930.84
HSV224°31°99°
CMYK 0.310.220.00   0.01
XYZ54.989855.622199.9333
Yxy55.62210.26120.2642
Hunter Lab74.58021.0970-27.2391
CIE-Lab79.39835.4313-29.8831

#afc4fc color RGB value is (175,196,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 11111100
Octal 257 304 374
Decimal 175 196 252
Hex AF C4 FC

RGB Percentages of Color #afc4fc

%28.09
%31.46
%40.45

CMYK Percentages of Color #afc4fc

%31
%22
%0
%1

Triadic Colors of #afc4fc

#afc4fc #fcafc4 #c4fcaf

Analogous Colors of #afc4fc

#afc4fc #c1affc #afebfc

Monochromatic Colors of #afc4fc

#afc4fc

Complementary Color

#afc4fc #fce7af

#afc4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc4fc Color CSS Codes

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

#afc4fc Text Font Color

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

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


#afc4fc Background Color

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

This div background color is #afc4fc


#afc4fc Border Color

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

This div border color is #afc4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc4fc


Comments

No comments written yet.

Please login to write comment.