Color Hex Logo

#afb5dd Color Hex

#AFB5DD
(175,181,221)
0 Favorites   0 Comments

Color spaces of #afb5dd

RGB 175181221
HSL0.640.400.78
HSV232°21°87°
CMYK 0.210.180.00   0.13
XYZ47.254247.382275.0617
Yxy47.38220.27850.2792
Hunter Lab68.83472.0773-16.4692
CIE-Lab74.43366.2993-20.7582

#afb5dd color RGB value is (175,181,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110101 11011101
Octal 257 265 335
Decimal 175 181 221
Hex AF B5 DD

RGB Percentages of Color #afb5dd

%30.33
%31.37
%38.30

CMYK Percentages of Color #afb5dd

%21
%18
%0
%13

Triadic Colors of #afb5dd

#afb5dd #ddafb5 #b5ddaf

Analogous Colors of #afb5dd

#afb5dd #c0afdd #afccdd

Monochromatic Colors of #afb5dd

#afb5dd

Complementary Color

#afb5dd #ddd7af

#afb5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb5dd Color CSS Codes

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

#afb5dd Text Font Color

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

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


#afb5dd Background Color

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

This div background color is #afb5dd


#afb5dd Border Color

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

This div border color is #afb5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb5dd


Comments

No comments written yet.

Please login to write comment.