Color Hex Logo

#afabe1 Color Hex

#AFABE1
(175,171,225)
0 Favorites   0 Comments

Color spaces of #afabe1

RGB 175171225
HSL0.680.470.78
HSV244°24°88°
CMYK 0.220.240.00   0.12
XYZ45.832743.676077.2488
Yxy43.67600.27480.2619
Hunter Lab66.08788.1382-23.0415
CIE-Lab72.011412.7274-26.6339

#afabe1 color RGB value is (175,171,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11100001
Octal 257 253 341
Decimal 175 171 225
Hex AF AB E1

RGB Percentages of Color #afabe1

%30.65
%29.95
%39.40

CMYK Percentages of Color #afabe1

%22
%24
%0
%12

Triadic Colors of #afabe1

#afabe1 #e1afab #abe1af

Analogous Colors of #afabe1

#afabe1 #caabe1 #abc2e1

Monochromatic Colors of #afabe1

#afabe1

Complementary Color

#afabe1 #dde1ab

#afabe1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabe1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabe1 Color CSS Codes

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

#afabe1 Text Font Color

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

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


#afabe1 Background Color

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

This div background color is #afabe1


#afabe1 Border Color

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

This div border color is #afabe1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabe1


Comments

No comments written yet.

Please login to write comment.