Color Hex Logo

#afccfa Color Hex

#AFCCFA
(175,204,250)
0 Favorites   0 Comments

Color spaces of #afccfa

RGB 175204250
HSL0.600.880.83
HSV217°30°98°
CMYK 0.300.180.00   0.02
XYZ56.527459.201898.8903
Yxy59.20180.26340.2758
Hunter Lab76.9427-3.5114-22.3423
CIE-Lab81.40240.6404-25.7492

#afccfa color RGB value is (175,204,250).

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

The process color (four color CMYK) of #afccfa color hex is 0.30, 0.18, 0.00, 0.02. Web safe color of #afccfa is #99ccff. Color #afccfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11111010
Octal 257 314 372
Decimal 175 204 250
Hex AF CC FA

RGB Percentages of Color #afccfa

%27.82
%32.43
%39.75

CMYK Percentages of Color #afccfa

%30
%18
%0
%2

Triadic Colors of #afccfa

#afccfa #faafcc #ccfaaf

Analogous Colors of #afccfa

#afccfa #b8affa #aff2fa

Monochromatic Colors of #afccfa

#afccfa

Complementary Color

#afccfa #faddaf

#afccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccfa Color CSS Codes

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

#afccfa Text Font Color

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

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


#afccfa Background Color

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

This div background color is #afccfa


#afccfa Border Color

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

This div border color is #afccfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccfa

Related Colors


Comments

No comments written yet.

Please login to write comment.