Color Hex Logo

#afb8ff Color Hex

#AFB8FF
(175,184,255)
0 Favorites   0 Comments

Color spaces of #afb8ff

RGB 175184255
HSL0.651.000.84
HSV233°31°100°
CMYK 0.310.280.00   0.00
XYZ52.869750.6149101.5909
Yxy50.61490.25780.2468
Hunter Lab71.14418.1473-34.8628
CIE-Lab76.445112.7356-36.0435

#afb8ff color RGB value is (175,184,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 11111111
Octal 257 270 377
Decimal 175 184 255
Hex AF B8 FF

RGB Percentages of Color #afb8ff

%28.50
%29.97
%41.53

CMYK Percentages of Color #afb8ff

%31
%28
%0
%0

Triadic Colors of #afb8ff

#afb8ff #ffafb8 #b8ffaf

Analogous Colors of #afb8ff

#afb8ff #ceafff #afe0ff

Monochromatic Colors of #afb8ff

#afb8ff

Complementary Color

#afb8ff #fff6af

#afb8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb8ff Color CSS Codes

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

#afb8ff Text Font Color

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

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


#afb8ff Background Color

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

This div background color is #afb8ff


#afb8ff Border Color

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

This div border color is #afb8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb8ff

Related Colors


Comments

No comments written yet.

Please login to write comment.