Color Hex Logo

#afbbdd Color Hex

#AFBBDD
(175,187,221)
0 Favorites   0 Comments

Color spaces of #afbbdd

RGB 175187221
HSL0.620.400.78
HSV224°21°87°
CMYK 0.210.150.00   0.13
XYZ48.500749.875175.4772
Yxy49.87510.27900.2869
Hunter Lab70.6223-1.0021-13.9302
CIE-Lab75.99253.0324-18.3957

#afbbdd color RGB value is (175,187,221).

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

The process color (four color CMYK) of #afbbdd color hex is 0.21, 0.15, 0.00, 0.13. Web safe color of #afbbdd is #99cccc. Color #afbbdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111011 11011101
Octal 257 273 335
Decimal 175 187 221
Hex AF BB DD

RGB Percentages of Color #afbbdd

%30.02
%32.08
%37.91

CMYK Percentages of Color #afbbdd

%21
%15
%0
%13

Triadic Colors of #afbbdd

#afbbdd #ddafbb #bbddaf

Analogous Colors of #afbbdd

#afbbdd #baafdd #afd2dd

Monochromatic Colors of #afbbdd

#afbbdd

Complementary Color

#afbbdd #ddd1af

#afbbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbbdd Color CSS Codes

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

#afbbdd Text Font Color

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

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


#afbbdd Background Color

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

This div background color is #afbbdd


#afbbdd Border Color

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

This div border color is #afbbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbbdd


Comments

No comments written yet.

Please login to write comment.