Color Hex Logo

#afaef1 Color Hex

#AFAEF1
(175,174,241)
0 Favorites   0 Comments

Color spaces of #afaef1

RGB 175174241
HSL0.670.710.81
HSV241°28°95°
CMYK 0.270.280.00   0.05
XYZ48.692445.736989.4808
Yxy45.73690.26480.2487
Hunter Lab67.629110.1678-31.1069
CIE-Lab73.374514.8428-33.2415

#afaef1 color RGB value is (175,174,241).

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

The process color (four color CMYK) of #afaef1 color hex is 0.27, 0.28, 0.00, 0.05. Web safe color of #afaef1 is #9999ff. Color #afaef1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 11110001
Octal 257 256 361
Decimal 175 174 241
Hex AF AE F1

RGB Percentages of Color #afaef1

%29.66
%29.49
%40.85

CMYK Percentages of Color #afaef1

%27
%28
%0
%5

Triadic Colors of #afaef1

#afaef1 #f1afae #aef1af

Analogous Colors of #afaef1

#afaef1 #d1aef1 #aecff1

Monochromatic Colors of #afaef1

#afaef1

Complementary Color

#afaef1 #f0f1ae

#afaef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaef1 Color CSS Codes

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

#afaef1 Text Font Color

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

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


#afaef1 Background Color

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

This div background color is #afaef1


#afaef1 Border Color

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

This div border color is #afaef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaef1


Comments

No comments written yet.

Please login to write comment.