Color Hex Logo

#afbbcf Color Hex

#AFBBCF
(175,187,207)
0 Favorites   0 Comments

Color spaces of #afbbcf

RGB 175187207
HSL0.600.250.75
HSV218°15°81°
CMYK 0.150.100.00   0.19
XYZ46.712049.159666.0582
Yxy49.15960.28850.3036
Hunter Lab70.1139-3.7773-6.7807
CIE-Lab75.5505-0.0358-11.4654

#afbbcf color RGB value is (175,187,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11001111
Octal 257 273 317
Decimal 175 187 207
Hex AF BB CF

RGB Percentages of Color #afbbcf

%30.76
%32.86
%36.38

CMYK Percentages of Color #afbbcf

%15
%10
%0
%19

Triadic Colors of #afbbcf

#afbbcf #cfafbb #bbcfaf

Analogous Colors of #afbbcf

#afbbcf #b3afcf #afcbcf

Monochromatic Colors of #afbbcf

#afbbcf

Complementary Color

#afbbcf #cfc3af

#afbbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbcf Color CSS Codes

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

#afbbcf Text Font Color

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

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


#afbbcf Background Color

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

This div background color is #afbbcf


#afbbcf Border Color

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

This div border color is #afbbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbcf


Comments

No comments written yet.

Please login to write comment.