Color Hex Logo

#afaaee Color Hex

#AFAAEE
(175,170,238)
0 Favorites   0 Comments

Color spaces of #afaaee

RGB 175170238
HSL0.680.670.80
HSV244°29°93°
CMYK 0.260.290.00   0.07
XYZ47.486544.036586.8860
Yxy44.03650.26620.2468
Hunter Lab66.360011.6027-31.1772
CIE-Lab72.252916.3469-33.3467

#afaaee color RGB value is (175,170,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 11101110
Octal 257 252 356
Decimal 175 170 238
Hex AF AA EE

RGB Percentages of Color #afaaee

%30.02
%29.16
%40.82

CMYK Percentages of Color #afaaee

%26
%29
%0
%7

Triadic Colors of #afaaee

#afaaee #eeafaa #aaeeaf

Analogous Colors of #afaaee

#afaaee #d1aaee #aac7ee

Monochromatic Colors of #afaaee

#afaaee

Complementary Color

#afaaee #e9eeaa

#afaaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaaee Color CSS Codes

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

#afaaee Text Font Color

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

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


#afaaee Background Color

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

This div background color is #afaaee


#afaaee Border Color

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

This div border color is #afaaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaaee


Comments

No comments written yet.

Please login to write comment.