Color Hex Logo

#afbfdc Color Hex

#AFBFDC
(175,191,220)
0 Favorites   0 Comments

Color spaces of #afbfdc

RGB 175191220
HSL0.610.390.77
HSV219°20°86°
CMYK 0.200.130.00   0.14
XYZ49.228351.542975.0643
Yxy51.54290.28000.2931
Hunter Lab71.7934-3.2420-11.7359
CIE-Lab77.00670.6490-16.3238

#afbfdc color RGB value is (175,191,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 11011100
Octal 257 277 334
Decimal 175 191 220
Hex AF BF DC

RGB Percentages of Color #afbfdc

%29.86
%32.59
%37.54

CMYK Percentages of Color #afbfdc

%20
%13
%0
%14

Triadic Colors of #afbfdc

#afbfdc #dcafbf #bfdcaf

Analogous Colors of #afbfdc

#afbfdc #b6afdc #afd6dc

Monochromatic Colors of #afbfdc

#afbfdc

Complementary Color

#afbfdc #dcccaf

#afbfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfdc Color CSS Codes

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

#afbfdc Text Font Color

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

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


#afbfdc Background Color

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

This div background color is #afbfdc


#afbfdc Border Color

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

This div border color is #afbfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfdc

#afbfdc Color Palettes


Comments

No comments written yet.

Please login to write comment.