Color Hex Logo

#afaefe Color Hex

#AFAEFE
(175,174,254)
0 Favorites   0 Comments

Color spaces of #afaefe

RGB 175174254
HSL0.670.980.84
HSV241°31°100°
CMYK 0.310.310.00   0.00
XYZ50.704646.5418100.0770
Yxy46.54180.25700.2359
Hunter Lab68.221613.2796-39.2199
CIE-Lab73.895718.0329-39.4634

#afaefe color RGB value is (175,174,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 11111110
Octal 257 256 376
Decimal 175 174 254
Hex AF AE FE

RGB Percentages of Color #afaefe

%29.02
%28.86
%42.12

CMYK Percentages of Color #afaefe

%31
%31
%0
%0

Triadic Colors of #afaefe

#afaefe #feafae #aefeaf

Analogous Colors of #afaefe

#afaefe #d7aefe #aed5fe

Monochromatic Colors of #afaefe

#afaefe

Complementary Color

#afaefe #fdfeae

#afaefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaefe Color CSS Codes

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

#afaefe Text Font Color

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

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


#afaefe Background Color

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

This div background color is #afaefe


#afaefe Border Color

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

This div border color is #afaefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaefe


Comments

No comments written yet.

Please login to write comment.