Color Hex Logo

#afbfcd Color Hex

#AFBFCD
(175,191,205)
0 Favorites   0 Comments

Color spaces of #afbfcd

RGB 175191205
HSL0.580.230.75
HSV208°15°80°
CMYK 0.150.070.00   0.20
XYZ47.329450.783365.0652
Yxy50.78330.29000.3112
Hunter Lab71.2624-6.1572-4.2503
CIE-Lab76.5476-2.6026-8.8937

#afbfcd color RGB value is (175,191,205).

#afbfcd hex color red value is 175, green value is 191 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #afbfcd hue: 0.58 , saturation: 0.23 and the lightness value of afbfcd is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 11001101
Octal 257 277 315
Decimal 175 191 205
Hex AF BF CD

RGB Percentages of Color #afbfcd

%30.65
%33.45
%35.90

CMYK Percentages of Color #afbfcd

%15
%7
%0
%20

Triadic Colors of #afbfcd

#afbfcd #cdafbf #bfcdaf

Analogous Colors of #afbfcd

#afbfcd #afb0cd #afcdcc

Monochromatic Colors of #afbfcd

#afbfcd

Complementary Color

#afbfcd #cdbdaf

#afbfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfcd Color CSS Codes

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

#afbfcd Text Font Color

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

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


#afbfcd Background Color

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

This div background color is #afbfcd


#afbfcd Border Color

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

This div border color is #afbfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfcd


Comments

No comments written yet.

Please login to write comment.