Color Hex Logo

#afadec Color Hex

#AFADEC
(175,173,236)
0 Favorites   0 Comments

Color spaces of #afadec

RGB 175173236
HSL0.670.620.80
HSV242°27°93°
CMYK 0.260.270.00   0.07
XYZ47.763145.057285.5364
Yxy45.05720.26780.2526
Hunter Lab67.12479.5450-28.5655
CIE-Lab72.929514.1991-31.2145

#afadec color RGB value is (175,173,236).

#afadec hex color red value is 175, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #afadec hue: 0.67 , saturation: 0.62 and the lightness value of afadec is 0.80.

The process color (four color CMYK) of #afadec color hex is 0.26, 0.27, 0.00, 0.07. Web safe color of #afadec is #9999ff. Color #afadec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11101100
Octal 257 255 354
Decimal 175 173 236
Hex AF AD EC

RGB Percentages of Color #afadec

%29.97
%29.62
%40.41

CMYK Percentages of Color #afadec

%26
%27
%0
%7

Triadic Colors of #afadec

#afadec #ecafad #adecaf

Analogous Colors of #afadec

#afadec #cfadec #adcbec

Monochromatic Colors of #afadec

#afadec

Complementary Color

#afadec #eaecad

#afadec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadec Color CSS Codes

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

#afadec Text Font Color

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

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


#afadec Background Color

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

This div background color is #afadec


#afadec Border Color

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

This div border color is #afadec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadec


Comments

No comments written yet.

Please login to write comment.