Color Hex Logo

#afbbd7 Color Hex

#AFBBD7
(175,187,215)
0 Favorites   0 Comments

Color spaces of #afbbd7

RGB 175187215
HSL0.620.330.76
HSV222°19°84°
CMYK 0.190.130.00   0.16
XYZ47.715349.560971.3413
Yxy49.56090.28300.2939
Hunter Lab70.3995-2.2156-10.8035
CIE-Lab75.79901.6983-15.4355

#afbbd7 color RGB value is (175,187,215).

#afbbd7 hex color red value is 175, green value is 187 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #afbbd7 hue: 0.62 , saturation: 0.33 and the lightness value of afbbd7 is 0.76.

The process color (four color CMYK) of #afbbd7 color hex is 0.19, 0.13, 0.00, 0.16. Web safe color of #afbbd7 is #99cccc. Color #afbbd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11010111
Octal 257 273 327
Decimal 175 187 215
Hex AF BB D7

RGB Percentages of Color #afbbd7

%30.33
%32.41
%37.26

CMYK Percentages of Color #afbbd7

%19
%13
%0
%16

Triadic Colors of #afbbd7

#afbbd7 #d7afbb #bbd7af

Analogous Colors of #afbbd7

#afbbd7 #b7afd7 #afcfd7

Monochromatic Colors of #afbbd7

#afbbd7

Complementary Color

#afbbd7 #d7cbaf

#afbbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbd7 Color CSS Codes

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

#afbbd7 Text Font Color

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

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


#afbbd7 Background Color

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

This div background color is #afbbd7


#afbbd7 Border Color

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

This div border color is #afbbd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbd7


Comments

No comments written yet.

Please login to write comment.