Color Hex Logo

#afbfdd Color Hex

#AFBFDD
(175,191,221)
0 Favorites   0 Comments

Color spaces of #afbfdd

RGB 175191221
HSL0.610.400.78
HSV219°21°87°
CMYK 0.210.140.00   0.13
XYZ49.361151.596075.7640
Yxy51.59600.27930.2920
Hunter Lab71.8304-3.0397-12.2556
CIE-Lab77.03860.8721-16.8160

#afbfdd color RGB value is (175,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 11011101
Octal 257 277 335
Decimal 175 191 221
Hex AF BF DD

RGB Percentages of Color #afbfdd

%29.81
%32.54
%37.65

CMYK Percentages of Color #afbfdd

%21
%14
%0
%13

Triadic Colors of #afbfdd

#afbfdd #ddafbf #bfddaf

Analogous Colors of #afbfdd

#afbfdd #b6afdd #afd6dd

Monochromatic Colors of #afbfdd

#afbfdd

Complementary Color

#afbfdd #ddcdaf

#afbfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfdd Color CSS Codes

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

#afbfdd Text Font Color

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

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


#afbfdd Background Color

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

This div background color is #afbfdd


#afbfdd Border Color

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

This div border color is #afbfdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,191,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 #afbfdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfdd


Comments

No comments written yet.

Please login to write comment.