Color Hex Logo

#afaef5 Color Hex

#AFAEF5
(175,174,245)
0 Favorites   0 Comments

Color spaces of #afaef5

RGB 175174245
HSL0.670.780.82
HSV241°29°96°
CMYK 0.290.290.00   0.04
XYZ49.296745.978692.6628
Yxy45.97860.26230.2446
Hunter Lab67.807511.1080-33.5579
CIE-Lab73.531615.8136-35.1653

#afaef5 color RGB value is (175,174,245).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 11110101
Octal 257 256 365
Decimal 175 174 245
Hex AF AE F5

RGB Percentages of Color #afaef5

%29.46
%29.29
%41.25

CMYK Percentages of Color #afaef5

%29
%29
%0
%4

Triadic Colors of #afaef5

#afaef5 #f5afae #aef5af

Analogous Colors of #afaef5

#afaef5 #d3aef5 #aed1f5

Monochromatic Colors of #afaef5

#afaef5

Complementary Color

#afaef5 #f4f5ae

#afaef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaef5 Color CSS Codes

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

#afaef5 Text Font Color

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

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


#afaef5 Background Color

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

This div background color is #afaef5


#afaef5 Border Color

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

This div border color is #afaef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaef5


Comments

No comments written yet.

Please login to write comment.