Color Hex Logo

#afbfcc Color Hex

#AFBFCC
(175,191,204)
0 Favorites   0 Comments

Color spaces of #afbfcc

RGB 175191204
HSL0.570.220.74
HSV207°14°80°
CMYK 0.140.060.00   0.20
XYZ47.209150.735264.4314
Yxy50.73520.29070.3125
Hunter Lab71.2286-6.3435-3.7720
CIE-Lab76.5183-2.8127-8.3954

#afbfcc color RGB value is (175,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 11001100
Octal 257 277 314
Decimal 175 191 204
Hex AF BF CC

RGB Percentages of Color #afbfcc

%30.70
%33.51
%35.79

CMYK Percentages of Color #afbfcc

%14
%6
%0
%20

Triadic Colors of #afbfcc

#afbfcc #ccafbf #bfccaf

Analogous Colors of #afbfcc

#afbfcc #afb1cc #afcccb

Monochromatic Colors of #afbfcc

#afbfcc

Complementary Color

#afbfcc #ccbcaf

#afbfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfcc Color CSS Codes

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

#afbfcc Text Font Color

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

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


#afbfcc Background Color

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

This div background color is #afbfcc


#afbfcc Border Color

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

This div border color is #afbfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfcc


Comments

No comments written yet.

Please login to write comment.