Color Hex Logo

#af9dbc Color Hex

#AF9DBC
(175,157,188)
0 Favorites   0 Comments

Color spaces of #af9dbc

RGB 175157188
HSL0.760.190.68
HSV275°16°74°
CMYK 0.070.160.00   0.26
XYZ38.813336.858752.6457
Yxy36.85870.30250.2872
Hunter Lab60.71147.8717-8.9152
CIE-Lab67.170912.4565-13.5771

#af9dbc color RGB value is (175,157,188).

#af9dbc hex color red value is 175, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #af9dbc hue: 0.76 , saturation: 0.19 and the lightness value of af9dbc is 0.68.

The process color (four color CMYK) of #af9dbc color hex is 0.07, 0.16, 0.00, 0.26. Web safe color of #af9dbc is #9999cc. Color #af9dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011101 10111100
Octal 257 235 274
Decimal 175 157 188
Hex AF 9D BC

RGB Percentages of Color #af9dbc

%33.65
%30.19
%36.15

CMYK Percentages of Color #af9dbc

%7
%16
%0
%26

Triadic Colors of #af9dbc

#af9dbc #bcaf9d #9dbcaf

Analogous Colors of #af9dbc

#af9dbc #bc9dba #a09dbc

Monochromatic Colors of #af9dbc

#af9dbc

Complementary Color

#af9dbc #aabc9d

#af9dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9dbc Color CSS Codes

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

#af9dbc Text Font Color

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

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


#af9dbc Background Color

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

This div background color is #af9dbc


#af9dbc Border Color

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

This div border color is #af9dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9dbc


Comments

No comments written yet.

Please login to write comment.