Color Hex Logo

#af9cbc Color Hex

#AF9CBC
(175,156,188)
0 Favorites   0 Comments

Color spaces of #af9cbc

RGB 175156188
HSL0.770.190.67
HSV276°17°74°
CMYK 0.070.170.00   0.26
XYZ38.644836.521752.5896
Yxy36.52170.30250.2859
Hunter Lab60.43328.3861-9.2916
CIE-Lab66.916613.0149-13.9597

#af9cbc color RGB value is (175,156,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011100 10111100
Octal 257 234 274
Decimal 175 156 188
Hex AF 9C BC

RGB Percentages of Color #af9cbc

%33.72
%30.06
%36.22

CMYK Percentages of Color #af9cbc

%7
%17
%0
%26

Triadic Colors of #af9cbc

#af9cbc #bcaf9c #9cbcaf

Analogous Colors of #af9cbc

#af9cbc #bc9cb9 #9f9cbc

Monochromatic Colors of #af9cbc

#af9cbc

Complementary Color

#af9cbc #a9bc9c

#af9cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9cbc Color CSS Codes

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

#af9cbc Text Font Color

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

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


#af9cbc Background Color

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

This div background color is #af9cbc


#af9cbc Border Color

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

This div border color is #af9cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9cbc


Comments

No comments written yet.

Please login to write comment.