Color Hex Logo

#afbddd Color Hex

#AFBDDD
(175,189,221)
0 Favorites   0 Comments

Color spaces of #afbddd

RGB 175189221
HSL0.620.400.78
HSV222°21°87°
CMYK 0.210.140.00   0.13
XYZ48.927950.729675.6196
Yxy50.72960.27910.2894
Hunter Lab71.2247-2.0225-13.0912
CIE-Lab76.51491.9503-17.6063

#afbddd color RGB value is (175,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11011101
Octal 257 275 335
Decimal 175 189 221
Hex AF BD DD

RGB Percentages of Color #afbddd

%29.91
%32.31
%37.78

CMYK Percentages of Color #afbddd

%21
%14
%0
%13

Triadic Colors of #afbddd

#afbddd #ddafbd #bdddaf

Analogous Colors of #afbddd

#afbddd #b8afdd #afd4dd

Monochromatic Colors of #afbddd

#afbddd

Complementary Color

#afbddd #ddcfaf

#afbddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbddd Color CSS Codes

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

#afbddd Text Font Color

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

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


#afbddd Background Color

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

This div background color is #afbddd


#afbddd Border Color

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

This div border color is #afbddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbddd


Comments

No comments written yet.

Please login to write comment.