Color Hex Logo

#afafec Color Hex

#AFAFEC
(175,175,236)
0 Favorites   0 Comments

Color spaces of #afafec

RGB 175175236
HSL0.670.620.81
HSV240°26°93°
CMYK 0.260.260.00   0.07
XYZ48.149545.830085.6652
Yxy45.83000.26800.2551
Hunter Lab67.69798.4853-27.6374
CIE-Lab73.435113.0891-30.4355

#afafec color RGB value is (175,175,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 11101100
Octal 257 257 354
Decimal 175 175 236
Hex AF AF EC

RGB Percentages of Color #afafec

%29.86
%29.86
%40.27

CMYK Percentages of Color #afafec

%26
%26
%0
%7

Triadic Colors of #afafec

#afafec #ecafaf #afecaf

Analogous Colors of #afafec

#afafec #ceafec #afceec

Monochromatic Colors of #afafec

#afafec

Complementary Color

#afafec #ececaf

#afafec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afafec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afafec Color CSS Codes

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

#afafec Text Font Color

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

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


#afafec Background Color

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

This div background color is #afafec


#afafec Border Color

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

This div border color is #afafec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afafec


Comments

No comments written yet.

Please login to write comment.