Color Hex Logo

#afbbdc Color Hex

#AFBBDC
(175,187,220)
0 Favorites   0 Comments

Color spaces of #afbbdc

RGB 175187220
HSL0.620.390.77
HSV224°20°86°
CMYK 0.200.150.00   0.14
XYZ48.367849.821974.7775
Yxy49.82190.27960.2880
Hunter Lab70.5846-1.2068-13.4027
CIE-Lab75.95982.8081-17.9035

#afbbdc color RGB value is (175,187,220).

#afbbdc hex color red value is 175, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #afbbdc hue: 0.62 , saturation: 0.39 and the lightness value of afbbdc is 0.77.

The process color (four color CMYK) of #afbbdc color hex is 0.20, 0.15, 0.00, 0.14. Web safe color of #afbbdc is #99cccc. Color #afbbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11011100
Octal 257 273 334
Decimal 175 187 220
Hex AF BB DC

RGB Percentages of Color #afbbdc

%30.07
%32.13
%37.80

CMYK Percentages of Color #afbbdc

%20
%15
%0
%14

Triadic Colors of #afbbdc

#afbbdc #dcafbb #bbdcaf

Analogous Colors of #afbbdc

#afbbdc #baafdc #afd2dc

Monochromatic Colors of #afbbdc

#afbbdc

Complementary Color

#afbbdc #dcd0af

#afbbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbdc Color CSS Codes

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

#afbbdc Text Font Color

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

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


#afbbdc Background Color

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

This div background color is #afbbdc


#afbbdc Border Color

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

This div border color is #afbbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbdc


Comments

No comments written yet.

Please login to write comment.