Color Hex Logo

#afaaeb Color Hex

#AFAAEB
(175,170,235)
0 Favorites   0 Comments

Color spaces of #afaaeb

RGB 175170235
HSL0.680.620.79
HSV245°28°92°
CMYK 0.260.280.00   0.08
XYZ47.049343.861684.5836
Yxy43.86160.26810.2499
Hunter Lab66.228110.9096-29.3629
CIE-Lab72.135915.6298-31.8951

#afaaeb color RGB value is (175,170,235).

#afaaeb hex color red value is 175, green value is 170 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #afaaeb hue: 0.68 , saturation: 0.62 and the lightness value of afaaeb is 0.79.

The process color (four color CMYK) of #afaaeb color hex is 0.26, 0.28, 0.00, 0.08. Web safe color of #afaaeb is #9999ff. Color #afaaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 11101011
Octal 257 252 353
Decimal 175 170 235
Hex AF AA EB

RGB Percentages of Color #afaaeb

%30.17
%29.31
%40.52

CMYK Percentages of Color #afaaeb

%26
%28
%0
%8

Triadic Colors of #afaaeb

#afaaeb #ebafaa #aaebaf

Analogous Colors of #afaaeb

#afaaeb #d0aaeb #aac6eb

Monochromatic Colors of #afaaeb

#afaaeb

Complementary Color

#afaaeb #e6ebaa

#afaaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaaeb Color CSS Codes

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

#afaaeb Text Font Color

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

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


#afaaeb Background Color

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

This div background color is #afaaeb


#afaaeb Border Color

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

This div border color is #afaaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaaeb


Comments

No comments written yet.

Please login to write comment.