Color Hex Logo

#afccfb Color Hex

#AFCCFB
(175,204,251)
0 Favorites   0 Comments

Color spaces of #afccfb

RGB 175204251
HSL0.600.900.84
HSV217°30°98°
CMYK 0.300.190.00   0.02
XYZ56.684659.264799.7184
Yxy59.26470.26280.2748
Hunter Lab76.9836-3.2880-22.9111
CIE-Lab81.43690.8811-26.2289

#afccfb color RGB value is (175,204,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 11111011
Octal 257 314 373
Decimal 175 204 251
Hex AF CC FB

RGB Percentages of Color #afccfb

%27.78
%32.38
%39.84

CMYK Percentages of Color #afccfb

%30
%19
%0
%2

Triadic Colors of #afccfb

#afccfb #fbafcc #ccfbaf

Analogous Colors of #afccfb

#afccfb #b8affb #aff2fb

Monochromatic Colors of #afccfb

#afccfb

Complementary Color

#afccfb #fbdeaf

#afccfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afccfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afccfb Color CSS Codes

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

#afccfb Text Font Color

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

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


#afccfb Background Color

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

This div background color is #afccfb


#afccfb Border Color

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

This div border color is #afccfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afccfb


Comments

No comments written yet.

Please login to write comment.