Color Hex Logo

#afbcdc Color Hex

#AFBCDC
(175,188,220)
0 Favorites   0 Comments

Color spaces of #afbcdc

RGB 175188220
HSL0.620.390.77
HSV223°20°86°
CMYK 0.200.150.00   0.14
XYZ48.580750.247774.8484
Yxy50.24770.27970.2893
Hunter Lab70.8856-1.7167-12.9846
CIE-Lab76.22102.2669-17.5088

#afbcdc color RGB value is (175,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 11011100
Octal 257 274 334
Decimal 175 188 220
Hex AF BC DC

RGB Percentages of Color #afbcdc

%30.02
%32.25
%37.74

CMYK Percentages of Color #afbcdc

%20
%15
%0
%14

Triadic Colors of #afbcdc

#afbcdc #dcafbc #bcdcaf

Analogous Colors of #afbcdc

#afbcdc #b9afdc #afd3dc

Monochromatic Colors of #afbcdc

#afbcdc

Complementary Color

#afbcdc #dccfaf

#afbcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbcdc Color CSS Codes

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

#afbcdc Text Font Color

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

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


#afbcdc Background Color

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

This div background color is #afbcdc


#afbcdc Border Color

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

This div border color is #afbcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbcdc


Comments

No comments written yet.

Please login to write comment.