Color Hex Logo

#afafdb Color Hex

#AFAFDB
(175,175,219)
0 Favorites   0 Comments

Color spaces of #afafdb

RGB 175175219
HSL0.670.380.77
HSV240°20°86°
CMYK 0.200.200.00   0.14
XYZ45.795444.888473.2685
Yxy44.88840.27930.2738
Hunter Lab66.99884.7614-17.9391
CIE-Lab72.81839.1428-22.1248

#afafdb color RGB value is (175,175,219).

#afafdb hex color red value is 175, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #afafdb hue: 0.67 , saturation: 0.38 and the lightness value of afafdb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 11011011
Octal 257 257 333
Decimal 175 175 219
Hex AF AF DB

RGB Percentages of Color #afafdb

%30.76
%30.76
%38.49

CMYK Percentages of Color #afafdb

%20
%20
%0
%14

Triadic Colors of #afafdb

#afafdb #dbafaf #afdbaf

Analogous Colors of #afafdb

#afafdb #c5afdb #afc5db

Monochromatic Colors of #afafdb

#afafdb

Complementary Color

#afafdb #dbdbaf

#afafdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afafdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afafdb Color CSS Codes

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

#afafdb Text Font Color

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

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


#afafdb Background Color

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

This div background color is #afafdb


#afafdb Border Color

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

This div border color is #afafdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,175,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afafdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afafdb


Comments

No comments written yet.

Please login to write comment.