Color Hex Logo

#afadcf Color Hex

#AFADCF
(175,173,207)
0 Favorites   0 Comments

Color spaces of #afadcf

RGB 175173207
HSL0.680.260.75
HSV244°16°81°
CMYK 0.150.160.00   0.19
XYZ43.885343.506165.1160
Yxy43.50610.28780.2853
Hunter Lab65.95923.3348-12.3607
CIE-Lab71.89717.5862-16.9555

#afadcf color RGB value is (175,173,207).

#afadcf hex color red value is 175, green value is 173 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #afadcf hue: 0.68 , saturation: 0.26 and the lightness value of afadcf is 0.75.

The process color (four color CMYK) of #afadcf color hex is 0.15, 0.16, 0.00, 0.19. Web safe color of #afadcf is #9999cc. Color #afadcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11001111
Octal 257 255 317
Decimal 175 173 207
Hex AF AD CF

RGB Percentages of Color #afadcf

%31.53
%31.17
%37.30

CMYK Percentages of Color #afadcf

%15
%16
%0
%19

Triadic Colors of #afadcf

#afadcf #cfafad #adcfaf

Analogous Colors of #afadcf

#afadcf #c0adcf #adbccf

Monochromatic Colors of #afadcf

#afadcf

Complementary Color

#afadcf #cdcfad

#afadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadcf Color CSS Codes

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

#afadcf Text Font Color

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

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


#afadcf Background Color

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

This div background color is #afadcf


#afadcf Border Color

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

This div border color is #afadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadcf


Comments

No comments written yet.

Please login to write comment.