Color Hex Logo

#afacda Color Hex

#AFACDA
(175,172,218)
0 Favorites   0 Comments

Color spaces of #afacda

RGB 175172218
HSL0.680.380.76
HSV244°21°85°
CMYK 0.200.210.00   0.15
XYZ45.086643.681072.3846
Yxy43.68100.27980.2711
Hunter Lab66.09166.1094-18.6713
CIE-Lab72.014810.5737-22.8026

#afacda color RGB value is (175,172,218).

#afacda hex color red value is 175, green value is 172 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #afacda hue: 0.68 , saturation: 0.38 and the lightness value of afacda is 0.76.

The process color (four color CMYK) of #afacda color hex is 0.20, 0.21, 0.00, 0.15. Web safe color of #afacda is #9999cc. Color #afacda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 11011010
Octal 257 254 332
Decimal 175 172 218
Hex AF AC DA

RGB Percentages of Color #afacda

%30.97
%30.44
%38.58

CMYK Percentages of Color #afacda

%20
%21
%0
%15

Triadic Colors of #afacda

#afacda #daafac #acdaaf

Analogous Colors of #afacda

#afacda #c6acda #acc0da

Monochromatic Colors of #afacda

#afacda

Complementary Color

#afacda #d7daac

#afacda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afacda Color Preview on White Background

Lorem ipsum dolor sit amet.

#afacda Color CSS Codes

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

#afacda Text Font Color

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

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


#afacda Background Color

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

This div background color is #afacda


#afacda Border Color

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

This div border color is #afacda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afacda


Comments

No comments written yet.

Please login to write comment.