Color Hex Logo

#afbadd Color Hex

#AFBADD
(175,186,221)
0 Favorites   0 Comments

Color spaces of #afbadd

RGB 175186221
HSL0.630.400.78
HSV226°21°87°
CMYK 0.210.160.00   0.13
XYZ48.289249.452275.4067
Yxy49.45220.27890.2856
Hunter Lab70.3223-0.4908-14.3512
CIE-Lab75.73183.5746-18.7901

#afbadd color RGB value is (175,186,221).

#afbadd hex color red value is 175, green value is 186 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #afbadd hue: 0.63 , saturation: 0.40 and the lightness value of afbadd is 0.78.

The process color (four color CMYK) of #afbadd color hex is 0.21, 0.16, 0.00, 0.13. Web safe color of #afbadd is #99cccc. Color #afbadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 11011101
Octal 257 272 335
Decimal 175 186 221
Hex AF BA DD

RGB Percentages of Color #afbadd

%30.07
%31.96
%37.97

CMYK Percentages of Color #afbadd

%21
%16
%0
%13

Triadic Colors of #afbadd

#afbadd #ddafba #baddaf

Analogous Colors of #afbadd

#afbadd #bbafdd #afd1dd

Monochromatic Colors of #afbadd

#afbadd

Complementary Color

#afbadd #ddd2af

#afbadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbadd Color CSS Codes

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

#afbadd Text Font Color

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

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


#afbadd Background Color

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

This div background color is #afbadd


#afbadd Border Color

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

This div border color is #afbadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbadd


Comments

No comments written yet.

Please login to write comment.