Color Hex Logo

#afbffa Color Hex

#AFBFFA
(175,191,250)
0 Favorites   0 Comments

Color spaces of #afbffa

RGB 175191250
HSL0.630.880.83
HSV227°30°98°
CMYK 0.300.240.00   0.02
XYZ53.565353.277797.9029
Yxy53.27770.26160.2602
Hunter Lab72.99163.2580-28.4310
CIE-Lab78.03877.6625-30.9019

#afbffa color RGB value is (175,191,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 11111010
Octal 257 277 372
Decimal 175 191 250
Hex AF BF FA

RGB Percentages of Color #afbffa

%28.41
%31.01
%40.58

CMYK Percentages of Color #afbffa

%30
%24
%0
%2

Triadic Colors of #afbffa

#afbffa #faafbf #bffaaf

Analogous Colors of #afbffa

#afbffa #c5affa #afe5fa

Monochromatic Colors of #afbffa

#afbffa

Complementary Color

#afbffa #faeaaf

#afbffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbffa Color CSS Codes

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

#afbffa Text Font Color

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

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


#afbffa Background Color

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

This div background color is #afbffa


#afbffa Border Color

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

This div border color is #afbffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbffa


Comments

No comments written yet.

Please login to write comment.