Color Hex Logo

#afaaef Color Hex

#AFAAEF
(175,170,239)
0 Favorites   0 Comments

Color spaces of #afaaef

RGB 175170239
HSL0.680.680.80
HSV244°29°94°
CMYK 0.270.290.00   0.06
XYZ47.633944.095487.6620
Yxy44.09540.26550.2458
Hunter Lab66.404411.8359-31.7871
CIE-Lab72.292216.5874-33.8295

#afaaef color RGB value is (175,170,239).

#afaaef hex color red value is 175, green value is 170 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #afaaef hue: 0.68 , saturation: 0.68 and the lightness value of afaaef is 0.80.

The process color (four color CMYK) of #afaaef color hex is 0.27, 0.29, 0.00, 0.06. Web safe color of #afaaef is #9999ff. Color #afaaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 11101111
Octal 257 252 357
Decimal 175 170 239
Hex AF AA EF

RGB Percentages of Color #afaaef

%29.97
%29.11
%40.92

CMYK Percentages of Color #afaaef

%27
%29
%0
%6

Triadic Colors of #afaaef

#afaaef #efafaa #aaefaf

Analogous Colors of #afaaef

#afaaef #d2aaef #aac8ef

Monochromatic Colors of #afaaef

#afaaef

Complementary Color

#afaaef #eaefaa

#afaaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaaef Color CSS Codes

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

#afaaef Text Font Color

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

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


#afaaef Background Color

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

This div background color is #afaaef


#afaaef Border Color

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

This div border color is #afaaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaaef


Comments

No comments written yet.

Please login to write comment.