Color Hex Logo

#afb1df Color Hex

#AFB1DF
(175,177,223)
0 Favorites   0 Comments

Color spaces of #afb1df

RGB 175177223
HSL0.660.430.78
HSV238°22°87°
CMYK 0.220.210.00   0.13
XYZ46.720645.886076.2065
Yxy45.88600.27680.2718
Hunter Lab67.73924.5701-19.2837
CIE-Lab73.47158.9496-23.3106

#afb1df color RGB value is (175,177,223).

#afb1df hex color red value is 175, green value is 177 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #afb1df hue: 0.66 , saturation: 0.43 and the lightness value of afb1df is 0.78.

The process color (four color CMYK) of #afb1df color hex is 0.22, 0.21, 0.00, 0.13. Web safe color of #afb1df is #9999cc. Color #afb1df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110001 11011111
Octal 257 261 337
Decimal 175 177 223
Hex AF B1 DF

RGB Percentages of Color #afb1df

%30.43
%30.78
%38.78

CMYK Percentages of Color #afb1df

%22
%21
%0
%13

Triadic Colors of #afb1df

#afb1df #dfafb1 #b1dfaf

Analogous Colors of #afb1df

#afb1df #c5afdf #afc9df

Monochromatic Colors of #afb1df

#afb1df

Complementary Color

#afb1df #dfddaf

#afb1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb1df Color CSS Codes

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

#afb1df Text Font Color

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

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


#afb1df Background Color

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

This div background color is #afb1df


#afb1df Border Color

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

This div border color is #afb1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb1df


Comments

No comments written yet.

Please login to write comment.