Color Hex Logo

#afccfc Color Hex

#AFCCFC
(175,204,252)
0 Favorites   0 Comments

Color spaces of #afccfc

RGB 175204252
HSL0.600.930.84
HSV217°31°99°
CMYK 0.310.190.00   0.01
XYZ56.842759.3280100.5510
Yxy59.32800.26230.2738
Hunter Lab77.0247-3.0637-23.4822
CIE-Lab81.47161.1226-26.7081

#afccfc color RGB value is (175,204,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11111100
Octal 257 314 374
Decimal 175 204 252
Hex AF CC FC

RGB Percentages of Color #afccfc

%27.73
%32.33
%39.94

CMYK Percentages of Color #afccfc

%31
%19
%0
%1

Triadic Colors of #afccfc

#afccfc #fcafcc #ccfcaf

Analogous Colors of #afccfc

#afccfc #b9affc #aff3fc

Monochromatic Colors of #afccfc

#afccfc

Complementary Color

#afccfc #fcdfaf

#afccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccfc Color CSS Codes

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

#afccfc Text Font Color

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

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


#afccfc Background Color

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

This div background color is #afccfc


#afccfc Border Color

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

This div border color is #afccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccfc


Comments

No comments written yet.

Please login to write comment.