Color Hex Logo

#afb8dd Color Hex

#AFB8DD
(175,184,221)
0 Favorites   0 Comments

Color spaces of #afb8dd

RGB 175184221
HSL0.630.400.78
HSV228°21°87°
CMYK 0.210.170.00   0.13
XYZ47.870848.615475.2673
Yxy48.61540.27870.2831
Hunter Lab69.72470.5341-15.1958
CIE-Lab75.21144.6619-19.5782

#afb8dd color RGB value is (175,184,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 11011101
Octal 257 270 335
Decimal 175 184 221
Hex AF B8 DD

RGB Percentages of Color #afb8dd

%30.17
%31.72
%38.10

CMYK Percentages of Color #afb8dd

%21
%17
%0
%13

Triadic Colors of #afb8dd

#afb8dd #ddafb8 #b8ddaf

Analogous Colors of #afb8dd

#afb8dd #bdafdd #afcfdd

Monochromatic Colors of #afb8dd

#afb8dd

Complementary Color

#afb8dd #ddd4af

#afb8dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb8dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb8dd Color CSS Codes

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

#afb8dd Text Font Color

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

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


#afb8dd Background Color

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

This div background color is #afb8dd


#afb8dd Border Color

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

This div border color is #afb8dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb8dd


Comments

No comments written yet.

Please login to write comment.