Color Hex Logo

#afbdcf Color Hex

#AFBDCF
(175,189,207)
0 Favorites   0 Comments

Color spaces of #afbdcf

RGB 175189207
HSL0.590.250.75
HSV214°15°81°
CMYK 0.150.090.00   0.19
XYZ47.139350.014166.2007
Yxy50.01410.28860.3062
Hunter Lab70.7206-4.7808-5.9962
CIE-Lab76.0779-1.1096-10.6778

#afbdcf color RGB value is (175,189,207).

#afbdcf hex color red value is 175, green value is 189 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #afbdcf hue: 0.59 , saturation: 0.25 and the lightness value of afbdcf is 0.75.

The process color (four color CMYK) of #afbdcf color hex is 0.15, 0.09, 0.00, 0.19. Web safe color of #afbdcf is #99cccc. Color #afbdcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 11001111
Octal 257 275 317
Decimal 175 189 207
Hex AF BD CF

RGB Percentages of Color #afbdcf

%30.65
%33.10
%36.25

CMYK Percentages of Color #afbdcf

%15
%9
%0
%19

Triadic Colors of #afbdcf

#afbdcf #cfafbd #bdcfaf

Analogous Colors of #afbdcf

#afbdcf #b1afcf #afcdcf

Monochromatic Colors of #afbdcf

#afbdcf

Complementary Color

#afbdcf #cfc1af

#afbdcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdcf Color CSS Codes

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

#afbdcf Text Font Color

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

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


#afbdcf Background Color

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

This div background color is #afbdcf


#afbdcf Border Color

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

This div border color is #afbdcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdcf


Comments

No comments written yet.

Please login to write comment.