Color Hex Logo

#afaedb Color Hex

#AFAEDB
(175,174,219)
0 Favorites   0 Comments

Color spaces of #afaedb

RGB 175174219
HSL0.670.380.77
HSV241°21°86°
CMYK 0.200.210.00   0.14
XYZ45.601444.500573.2038
Yxy44.50050.27920.2725
Hunter Lab66.70875.2806-18.3667
CIE-Lab72.56189.6945-22.5155

#afaedb color RGB value is (175,174,219).

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

The process color (four color CMYK) of #afaedb color hex is 0.20, 0.21, 0.00, 0.14. Web safe color of #afaedb is #9999cc. Color #afaedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 11011011
Octal 257 256 333
Decimal 175 174 219
Hex AF AE DB

RGB Percentages of Color #afaedb

%30.81
%30.63
%38.56

CMYK Percentages of Color #afaedb

%20
%21
%0
%14

Triadic Colors of #afaedb

#afaedb #dbafae #aedbaf

Analogous Colors of #afaedb

#afaedb #c6aedb #aec4db

Monochromatic Colors of #afaedb

#afaedb

Complementary Color

#afaedb #dadbae

#afaedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaedb Color CSS Codes

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

#afaedb Text Font Color

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

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


#afaedb Background Color

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

This div background color is #afaedb


#afaedb Border Color

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

This div border color is #afaedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaedb


Comments

No comments written yet.

Please login to write comment.