Color Hex Logo

#af8ebf Color Hex

#AF8EBF
(175,142,191)
0 Favorites   0 Comments

Color spaces of #af8ebf

RGB 175142191
HSL0.780.280.65
HSV280°26°75°
CMYK 0.080.260.00   0.25
XYZ36.756232.221653.5723
Yxy32.22160.29990.2629
Hunter Lab56.764116.2462-16.2213
CIE-Lab63.525621.4961-20.7776

#af8ebf color RGB value is (175,142,191).

#af8ebf hex color red value is 175, green value is 142 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #af8ebf hue: 0.78 , saturation: 0.28 and the lightness value of af8ebf is 0.65.

The process color (four color CMYK) of #af8ebf color hex is 0.08, 0.26, 0.00, 0.25. Web safe color of #af8ebf is #9999cc. Color #af8ebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001110 10111111
Octal 257 216 277
Decimal 175 142 191
Hex AF 8E BF

RGB Percentages of Color #af8ebf

%34.45
%27.95
%37.60

CMYK Percentages of Color #af8ebf

%8
%26
%0
%25

Triadic Colors of #af8ebf

#af8ebf #bfaf8e #8ebfaf

Analogous Colors of #af8ebf

#af8ebf #bf8eb7 #978ebf

Monochromatic Colors of #af8ebf

#af8ebf

Complementary Color

#af8ebf #9ebf8e

#af8ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8ebf Color CSS Codes

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

#af8ebf Text Font Color

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

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


#af8ebf Background Color

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

This div background color is #af8ebf


#af8ebf Border Color

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

This div border color is #af8ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8ebf


Comments

No comments written yet.

Please login to write comment.