Color Hex Logo

#afccfe Color Hex

#AFCCFE
(175,204,254)
0 Favorites   0 Comments

Color spaces of #afccfe

RGB 175204254
HSL0.610.980.84
HSV218°31°100°
CMYK 0.310.200.00   0.00
XYZ57.161559.4554102.2292
Yxy59.45540.26120.2717
Hunter Lab77.1073-2.6115-24.6318
CIE-Lab81.54131.6081-27.6655

#afccfe color RGB value is (175,204,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11111110
Octal 257 314 376
Decimal 175 204 254
Hex AF CC FE

RGB Percentages of Color #afccfe

%27.65
%32.23
%40.13

CMYK Percentages of Color #afccfe

%31
%20
%0
%0

Triadic Colors of #afccfe

#afccfe #feafcc #ccfeaf

Analogous Colors of #afccfe

#afccfe #baaffe #aff4fe

Monochromatic Colors of #afccfe

#afccfe

Complementary Color

#afccfe #fee1af

#afccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccfe Color CSS Codes

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

#afccfe Text Font Color

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

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


#afccfe Background Color

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

This div background color is #afccfe


#afccfe Border Color

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

This div border color is #afccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccfe


Comments

No comments written yet.

Please login to write comment.