Color Hex Logo

#afbfff Color Hex

#AFBFFF
(175,191,255)
0 Favorites   0 Comments

Color spaces of #afbfff

RGB 175191255
HSL0.631.000.84
HSV228°31°100°
CMYK 0.310.250.00   0.00
XYZ54.360053.5956102.0876
Yxy53.59560.25880.2552
Hunter Lab73.20904.4261-31.4317
CIE-Lab78.22538.8903-33.2922

#afbfff color RGB value is (175,191,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 11111111
Octal 257 277 377
Decimal 175 191 255
Hex AF BF FF

RGB Percentages of Color #afbfff

%28.18
%30.76
%41.06

CMYK Percentages of Color #afbfff

%31
%25
%0
%0

Triadic Colors of #afbfff

#afbfff #ffafbf #bfffaf

Analogous Colors of #afbfff

#afbfff #c7afff #afe7ff

Monochromatic Colors of #afbfff

#afbfff

Complementary Color

#afbfff #ffefaf

#afbfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfff Color CSS Codes

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

#afbfff Text Font Color

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

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


#afbfff Background Color

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

This div background color is #afbfff


#afbfff Border Color

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

This div border color is #afbfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfff


Comments

No comments written yet.

Please login to write comment.