Color Hex Logo

#afabe3 Color Hex

#AFABE3
(175,171,227)
0 Favorites   0 Comments

Color spaces of #afabe3

RGB 175171227
HSL0.680.500.78
HSV244°25°89°
CMYK 0.230.250.00   0.11
XYZ46.107243.785878.6944
Yxy43.78580.27350.2597
Hunter Lab66.17088.5781-24.1917
CIE-Lab72.085113.1910-27.6127

#afabe3 color RGB value is (175,171,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11100011
Octal 257 253 343
Decimal 175 171 227
Hex AF AB E3

RGB Percentages of Color #afabe3

%30.54
%29.84
%39.62

CMYK Percentages of Color #afabe3

%23
%25
%0
%11

Triadic Colors of #afabe3

#afabe3 #e3afab #abe3af

Analogous Colors of #afabe3

#afabe3 #cbabe3 #abc3e3

Monochromatic Colors of #afabe3

#afabe3

Complementary Color

#afabe3 #dfe3ab

#afabe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabe3 Color CSS Codes

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

#afabe3 Text Font Color

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

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


#afabe3 Background Color

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

This div background color is #afabe3


#afabe3 Border Color

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

This div border color is #afabe3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,171,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 #afabe3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabe3


Comments

No comments written yet.

Please login to write comment.