Color Hex Logo

#afbecc Color Hex

#AFBECC
(175,190,204)
0 Favorites   0 Comments

Color spaces of #afbecc

RGB 175190204
HSL0.580.220.74
HSV209°14°80°
CMYK 0.140.070.00   0.20
XYZ46.991750.300564.3590
Yxy50.30050.29070.3112
Hunter Lab70.9228-5.8454-4.1568
CIE-Lab76.2533-2.2793-8.7893

#afbecc color RGB value is (175,190,204).

#afbecc hex color red value is 175, green value is 190 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #afbecc hue: 0.58 , saturation: 0.22 and the lightness value of afbecc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 11001100
Octal 257 276 314
Decimal 175 190 204
Hex AF BE CC

RGB Percentages of Color #afbecc

%30.76
%33.39
%35.85

CMYK Percentages of Color #afbecc

%14
%7
%0
%20

Triadic Colors of #afbecc

#afbecc #ccafbe #beccaf

Analogous Colors of #afbecc

#afbecc #afb0cc #afcccc

Monochromatic Colors of #afbecc

#afbecc

Complementary Color

#afbecc #ccbdaf

#afbecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbecc Color CSS Codes

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

#afbecc Text Font Color

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

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


#afbecc Background Color

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

This div background color is #afbecc


#afbecc Border Color

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

This div border color is #afbecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbecc


Comments

No comments written yet.

Please login to write comment.