Color Hex Logo

#afabfe Color Hex

#AFABFE
(175,171,254)
0 Favorites   0 Comments

Color spaces of #afabfe

RGB 175171254
HSL0.670.980.83
HSV243°33°100°
CMYK 0.310.330.00   0.00
XYZ50.131545.395599.8859
Yxy45.39550.25650.2323
Hunter Lab67.376214.9053-40.7347
CIE-Lab73.151619.7069-40.6226

#afabfe color RGB value is (175,171,254).

#afabfe hex color red value is 175, green value is 171 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #afabfe hue: 0.67 , saturation: 0.98 and the lightness value of afabfe is 0.83.

The process color (four color CMYK) of #afabfe color hex is 0.31, 0.33, 0.00, 0.00. Web safe color of #afabfe is #9999ff. Color #afabfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11111110
Octal 257 253 376
Decimal 175 171 254
Hex AF AB FE

RGB Percentages of Color #afabfe

%29.17
%28.50
%42.33

CMYK Percentages of Color #afabfe

%31
%33
%0
%0

Triadic Colors of #afabfe

#afabfe #feafab #abfeaf

Analogous Colors of #afabfe

#afabfe #d9abfe #abd1fe

Monochromatic Colors of #afabfe

#afabfe

Complementary Color

#afabfe #fafeab

#afabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabfe Color CSS Codes

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

#afabfe Text Font Color

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

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


#afabfe Background Color

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

This div background color is #afabfe


#afabfe Border Color

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

This div border color is #afabfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabfe


Comments

No comments written yet.

Please login to write comment.