Color Hex Logo

#afaef2 Color Hex

#AFAEF2
(175,174,242)
0 Favorites   0 Comments

Color spaces of #afaef2

RGB 175174242
HSL0.670.720.82
HSV241°28°95°
CMYK 0.280.280.00   0.05
XYZ48.842345.796990.2698
Yxy45.79690.26410.2477
Hunter Lab67.673410.4013-31.7158
CIE-Lab73.413615.0845-33.7231

#afaef2 color RGB value is (175,174,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 11110010
Octal 257 256 362
Decimal 175 174 242
Hex AF AE F2

RGB Percentages of Color #afaef2

%29.61
%29.44
%40.95

CMYK Percentages of Color #afaef2

%28
%28
%0
%5

Triadic Colors of #afaef2

#afaef2 #f2afae #aef2af

Analogous Colors of #afaef2

#afaef2 #d1aef2 #aecff2

Monochromatic Colors of #afaef2

#afaef2

Complementary Color

#afaef2 #f1f2ae

#afaef2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaef2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaef2 Color CSS Codes

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

#afaef2 Text Font Color

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

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


#afaef2 Background Color

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

This div background color is #afaef2


#afaef2 Border Color

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

This div border color is #afaef2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaef2


Comments

No comments written yet.

Please login to write comment.