Color Hex Logo

#afbdfa Color Hex

#AFBDFA
(175,189,250)
0 Favorites   0 Comments

Color spaces of #afbdfa

RGB 175189250
HSL0.640.880.83
HSV229°30°98°
CMYK 0.300.240.00   0.02
XYZ53.132152.411397.7585
Yxy52.41130.26130.2578
Hunter Lab72.39564.3111-29.3845
CIE-Lab77.52618.7553-31.6907

#afbdfa color RGB value is (175,189,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11111010
Octal 257 275 372
Decimal 175 189 250
Hex AF BD FA

RGB Percentages of Color #afbdfa

%28.50
%30.78
%40.72

CMYK Percentages of Color #afbdfa

%30
%24
%0
%2

Triadic Colors of #afbdfa

#afbdfa #faafbd #bdfaaf

Analogous Colors of #afbdfa

#afbdfa #c7affa #afe3fa

Monochromatic Colors of #afbdfa

#afbdfa

Complementary Color

#afbdfa #faecaf

#afbdfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdfa Color CSS Codes

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

#afbdfa Text Font Color

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

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


#afbdfa Background Color

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

This div background color is #afbdfa


#afbdfa Border Color

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

This div border color is #afbdfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdfa


Comments

No comments written yet.

Please login to write comment.