Color Hex Logo

#afaae4 Color Hex

#AFAAE4
(175,170,228)
0 Favorites   0 Comments

Color spaces of #afaae4

RGB 175170228
HSL0.680.520.78
HSV245°25°89°
CMYK 0.230.250.00   0.11
XYZ46.057543.464879.3608
Yxy43.46480.27270.2574
Hunter Lab65.92789.3272-25.2210
CIE-Lab71.869313.9799-28.4899

#afaae4 color RGB value is (175,170,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 11100100
Octal 257 252 344
Decimal 175 170 228
Hex AF AA E4

RGB Percentages of Color #afaae4

%30.54
%29.67
%39.79

CMYK Percentages of Color #afaae4

%23
%25
%0
%11

Triadic Colors of #afaae4

#afaae4 #e4afaa #aae4af

Analogous Colors of #afaae4

#afaae4 #ccaae4 #aac2e4

Monochromatic Colors of #afaae4

#afaae4

Complementary Color

#afaae4 #dfe4aa

#afaae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaae4 Color CSS Codes

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

#afaae4 Text Font Color

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

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


#afaae4 Background Color

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

This div background color is #afaae4


#afaae4 Border Color

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

This div border color is #afaae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaae4


Comments

No comments written yet.

Please login to write comment.