Color Hex Logo

#afaefb Color Hex

#AFAEFB
(175,174,251)
0 Favorites   0 Comments

Color spaces of #afaefb

RGB 175174251
HSL0.670.910.83
HSV241°31°98°
CMYK 0.300.310.00   0.02
XYZ50.227846.351197.5662
Yxy46.35110.25870.2387
Hunter Lab68.081612.5470-37.3100
CIE-Lab73.772817.2877-38.0354

#afaefb color RGB value is (175,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 11111011
Octal 257 256 373
Decimal 175 174 251
Hex AF AE FB

RGB Percentages of Color #afaefb

%29.17
%29.00
%41.83

CMYK Percentages of Color #afaefb

%30
%31
%0
%2

Triadic Colors of #afaefb

#afaefb #fbafae #aefbaf

Analogous Colors of #afaefb

#afaefb #d6aefb #aed4fb

Monochromatic Colors of #afaefb

#afaefb

Complementary Color

#afaefb #fafbae

#afaefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaefb Color CSS Codes

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

#afaefb Text Font Color

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

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


#afaefb Background Color

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

This div background color is #afaefb


#afaefb Border Color

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

This div border color is #afaefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaefb


Comments

No comments written yet.

Please login to write comment.