Color Hex Logo

#afaee3 Color Hex

#AFAEE3
(175,174,227)
0 Favorites   0 Comments

Color spaces of #afaee3

RGB 175174227
HSL0.670.490.79
HSV241°23°89°
CMYK 0.230.230.00   0.11
XYZ46.680444.932178.8855
Yxy44.93210.27380.2635
Hunter Lab67.03147.0017-22.8531
CIE-Lab72.847211.5275-26.4439

#afaee3 color RGB value is (175,174,227).

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

The process color (four color CMYK) of #afaee3 color hex is 0.23, 0.23, 0.00, 0.11. Web safe color of #afaee3 is #9999cc. Color #afaee3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 11100011
Octal 257 256 343
Decimal 175 174 227
Hex AF AE E3

RGB Percentages of Color #afaee3

%30.38
%30.21
%39.41

CMYK Percentages of Color #afaee3

%23
%23
%0
%11

Triadic Colors of #afaee3

#afaee3 #e3afae #aee3af

Analogous Colors of #afaee3

#afaee3 #caaee3 #aec8e3

Monochromatic Colors of #afaee3

#afaee3

Complementary Color

#afaee3 #e2e3ae

#afaee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaee3 Color CSS Codes

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

#afaee3 Text Font Color

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

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


#afaee3 Background Color

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

This div background color is #afaee3


#afaee3 Border Color

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

This div border color is #afaee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaee3


Comments

No comments written yet.

Please login to write comment.