Color Hex Logo

#afb3dd Color Hex

#AFB3DD
(175,179,221)
0 Favorites   0 Comments

Color spaces of #afb3dd

RGB 175179221
HSL0.650.400.78
HSV235°21°87°
CMYK 0.210.190.00   0.13
XYZ46.850446.574674.9271
Yxy46.57460.27830.2766
Hunter Lab68.24563.1100-17.3228
CIE-Lab73.91687.3952-21.5434

#afb3dd color RGB value is (175,179,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 11011101
Octal 257 263 335
Decimal 175 179 221
Hex AF B3 DD

RGB Percentages of Color #afb3dd

%30.43
%31.13
%38.43

CMYK Percentages of Color #afb3dd

%21
%19
%0
%13

Triadic Colors of #afb3dd

#afb3dd #ddafb3 #b3ddaf

Analogous Colors of #afb3dd

#afb3dd #c2afdd #afcadd

Monochromatic Colors of #afb3dd

#afb3dd

Complementary Color

#afb3dd #ddd9af

#afb3dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb3dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb3dd Color CSS Codes

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

#afb3dd Text Font Color

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

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


#afb3dd Background Color

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

This div background color is #afb3dd


#afb3dd Border Color

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

This div border color is #afb3dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb3dd


Comments

No comments written yet.

Please login to write comment.