Color Hex Logo

#afb0dd Color Hex

#AFB0DD
(175,176,221)
0 Favorites   0 Comments

Color spaces of #afb0dd

RGB 175176221
HSL0.660.400.78
HSV239°21°87°
CMYK 0.210.200.00   0.13
XYZ46.255745.385174.7289
Yxy45.38510.27800.2728
Hunter Lab67.36854.6646-18.6099
CIE-Lab73.14479.0448-22.7188

#afb0dd color RGB value is (175,176,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 11011101
Octal 257 260 335
Decimal 175 176 221
Hex AF B0 DD

RGB Percentages of Color #afb0dd

%30.59
%30.77
%38.64

CMYK Percentages of Color #afb0dd

%21
%20
%0
%13

Triadic Colors of #afb0dd

#afb0dd #ddafb0 #b0ddaf

Analogous Colors of #afb0dd

#afb0dd #c5afdd #afc7dd

Monochromatic Colors of #afb0dd

#afb0dd

Complementary Color

#afb0dd #dddcaf

#afb0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb0dd Color CSS Codes

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

#afb0dd Text Font Color

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

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


#afb0dd Background Color

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

This div background color is #afb0dd


#afb0dd Border Color

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

This div border color is #afb0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb0dd


Comments

No comments written yet.

Please login to write comment.