Color Hex Logo

#afbedc Color Hex

#AFBEDC
(175,190,220)
0 Favorites   0 Comments

Color spaces of #afbedc

RGB 175190220
HSL0.610.390.77
HSV220°20°86°
CMYK 0.200.140.00   0.14
XYZ49.010951.108274.9919
Yxy51.10820.27990.2919
Hunter Lab71.4900-2.7345-12.1513
CIE-Lab76.74451.1872-16.7190

#afbedc color RGB value is (175,190,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11011100
Octal 257 276 334
Decimal 175 190 220
Hex AF BE DC

RGB Percentages of Color #afbedc

%29.91
%32.48
%37.61

CMYK Percentages of Color #afbedc

%20
%14
%0
%14

Triadic Colors of #afbedc

#afbedc #dcafbe #bedcaf

Analogous Colors of #afbedc

#afbedc #b7afdc #afd5dc

Monochromatic Colors of #afbedc

#afbedc

Complementary Color

#afbedc #dccdaf

#afbedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbedc Color CSS Codes

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

#afbedc Text Font Color

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

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


#afbedc Background Color

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

This div background color is #afbedc


#afbedc Border Color

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

This div border color is #afbedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbedc


Comments

No comments written yet.

Please login to write comment.