Color Hex Logo

#afbffc Color Hex

#AFBFFC
(175,191,252)
0 Favorites   0 Comments

Color spaces of #afbffc

RGB 175191252
HSL0.630.930.84
HSV228°31°99°
CMYK 0.310.240.00   0.01
XYZ53.880753.403899.5636
Yxy53.40380.26050.2582
Hunter Lab73.07793.7226-29.6240
CIE-Lab78.11288.1520-31.8595

#afbffc color RGB value is (175,191,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 11111100
Octal 257 277 374
Decimal 175 191 252
Hex AF BF FC

RGB Percentages of Color #afbffc

%28.32
%30.91
%40.78

CMYK Percentages of Color #afbffc

%31
%24
%0
%1

Triadic Colors of #afbffc

#afbffc #fcafbf #bffcaf

Analogous Colors of #afbffc

#afbffc #c6affc #afe6fc

Monochromatic Colors of #afbffc

#afbffc

Complementary Color

#afbffc #fcecaf

#afbffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbffc Color CSS Codes

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

#afbffc Text Font Color

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

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


#afbffc Background Color

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

This div background color is #afbffc


#afbffc Border Color

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

This div border color is #afbffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbffc


Comments

No comments written yet.

Please login to write comment.