Color Hex Logo

#afaeed Color Hex

#AFAEED
(175,174,237)
0 Favorites   0 Comments

Color spaces of #afaeed

RGB 175174237
HSL0.670.640.81
HSV241°27°93°
CMYK 0.260.270.00   0.07
XYZ48.101345.500586.3680
Yxy45.50050.26730.2528
Hunter Lab67.45419.2432-28.6969
CIE-Lab73.220213.8821-31.3094

#afaeed color RGB value is (175,174,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 11101101
Octal 257 256 355
Decimal 175 174 237
Hex AF AE ED

RGB Percentages of Color #afaeed

%29.86
%29.69
%40.44

CMYK Percentages of Color #afaeed

%26
%27
%0
%7

Triadic Colors of #afaeed

#afaeed #edafae #aeedaf

Analogous Colors of #afaeed

#afaeed #cfaeed #aecded

Monochromatic Colors of #afaeed

#afaeed

Complementary Color

#afaeed #ecedae

#afaeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaeed Color CSS Codes

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

#afaeed Text Font Color

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

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


#afaeed Background Color

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

This div background color is #afaeed


#afaeed Border Color

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

This div border color is #afaeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaeed


Comments

No comments written yet.

Please login to write comment.