Color Hex Logo

#afb2dd Color Hex

#AFB2DD
(175,178,221)
0 Favorites   0 Comments

Color spaces of #afb2dd

RGB 175178221
HSL0.660.400.78
HSV236°21°87°
CMYK 0.210.190.00   0.13
XYZ46.650746.175274.8606
Yxy46.17520.27820.2754
Hunter Lab67.95233.6274-17.7510
CIE-Lab73.65917.9442-21.9356

#afb2dd color RGB value is (175,178,221).

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

The process color (four color CMYK) of #afb2dd color hex is 0.21, 0.19, 0.00, 0.13. Web safe color of #afb2dd is #9999cc. Color #afb2dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 11011101
Octal 257 262 335
Decimal 175 178 221
Hex AF B2 DD

RGB Percentages of Color #afb2dd

%30.49
%31.01
%38.50

CMYK Percentages of Color #afb2dd

%21
%19
%0
%13

Triadic Colors of #afb2dd

#afb2dd #ddafb2 #b2ddaf

Analogous Colors of #afb2dd

#afb2dd #c3afdd #afc9dd

Monochromatic Colors of #afb2dd

#afb2dd

Complementary Color

#afb2dd #dddaaf

#afb2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb2dd Color CSS Codes

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

#afb2dd Text Font Color

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

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


#afb2dd Background Color

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

This div background color is #afb2dd


#afb2dd Border Color

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

This div border color is #afb2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb2dd

#afb2dd Color Palettes


Comments

No comments written yet.

Please login to write comment.