Color Hex Logo

#afabe0 Color Hex

#AFABE0
(175,171,224)
0 Favorites   0 Comments

Color spaces of #afabe0

RGB 175171224
HSL0.680.460.77
HSV245°24°88°
CMYK 0.220.240.00   0.12
XYZ45.696743.621676.5323
Yxy43.62160.27550.2630
Hunter Lab66.04677.9199-22.4703
CIE-Lab71.974812.4968-26.1437

#afabe0 color RGB value is (175,171,224).

#afabe0 hex color red value is 175, green value is 171 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #afabe0 hue: 0.68 , saturation: 0.46 and the lightness value of afabe0 is 0.77.

The process color (four color CMYK) of #afabe0 color hex is 0.22, 0.24, 0.00, 0.12. Web safe color of #afabe0 is #9999cc. Color #afabe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11100000
Octal 257 253 340
Decimal 175 171 224
Hex AF AB E0

RGB Percentages of Color #afabe0

%30.70
%30.00
%39.30

CMYK Percentages of Color #afabe0

%22
%24
%0
%12

Triadic Colors of #afabe0

#afabe0 #e0afab #abe0af

Analogous Colors of #afabe0

#afabe0 #caabe0 #abc2e0

Monochromatic Colors of #afabe0

#afabe0

Complementary Color

#afabe0 #dce0ab

#afabe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabe0 Color CSS Codes

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

#afabe0 Text Font Color

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

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


#afabe0 Background Color

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

This div background color is #afabe0


#afabe0 Border Color

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

This div border color is #afabe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabe0


Comments

No comments written yet.

Please login to write comment.