Color Hex Logo

#afbcdd Color Hex

#AFBCDD
(175,188,221)
0 Favorites   0 Comments

Color spaces of #afbcdd

RGB 175188221
HSL0.620.400.78
HSV223°21°87°
CMYK 0.210.150.00   0.13
XYZ48.713650.300975.5482
Yxy50.30090.27910.2882
Hunter Lab70.9231-1.5126-13.5103
CIE-Lab76.25362.4909-18.0011

#afbcdd color RGB value is (175,188,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 11011101
Octal 257 274 335
Decimal 175 188 221
Hex AF BC DD

RGB Percentages of Color #afbcdd

%29.97
%32.19
%37.84

CMYK Percentages of Color #afbcdd

%21
%15
%0
%13

Triadic Colors of #afbcdd

#afbcdd #ddafbc #bcddaf

Analogous Colors of #afbcdd

#afbcdd #b9afdd #afd3dd

Monochromatic Colors of #afbcdd

#afbcdd

Complementary Color

#afbcdd #ddd0af

#afbcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbcdd Color CSS Codes

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

#afbcdd Text Font Color

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

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


#afbcdd Background Color

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

This div background color is #afbcdd


#afbcdd Border Color

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

This div border color is #afbcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbcdd


Comments

No comments written yet.

Please login to write comment.