Color Hex Logo

#afccff Color Hex

#AFCCFF
(175,204,255)
0 Favorites   0 Comments

Color spaces of #afccff

RGB 175204255
HSL0.611.000.84
HSV218°31°100°
CMYK 0.310.200.00   0.00
XYZ57.322159.5197103.0750
Yxy59.51970.26070.2706
Hunter Lab77.1490-2.3844-25.2101
CIE-Lab81.57641.8515-28.1435

#afccff color RGB value is (175,204,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11111111
Octal 257 314 377
Decimal 175 204 255
Hex AF CC FF

RGB Percentages of Color #afccff

%27.60
%32.18
%40.22

CMYK Percentages of Color #afccff

%31
%20
%0
%0

Triadic Colors of #afccff

#afccff #ffafcc #ccffaf

Analogous Colors of #afccff

#afccff #baafff #aff4ff

Monochromatic Colors of #afccff

#afccff

Complementary Color

#afccff #ffe2af

#afccff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccff Color CSS Codes

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

#afccff Text Font Color

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

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


#afccff Background Color

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

This div background color is #afccff


#afccff Border Color

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

This div border color is #afccff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccff

Related Colors


Comments

No comments written yet.

Please login to write comment.