Color Hex Logo

#afadce Color Hex

#AFADCE
(175,173,206)
0 Favorites   0 Comments

Color spaces of #afadce

RGB 175173206
HSL0.680.250.74
HSV244°16°81°
CMYK 0.150.160.00   0.19
XYZ43.763343.457364.4740
Yxy43.45730.28850.2865
Hunter Lab65.92223.1358-11.8420
CIE-Lab71.86437.3695-16.4566

#afadce color RGB value is (175,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11001110
Octal 257 255 316
Decimal 175 173 206
Hex AF AD CE

RGB Percentages of Color #afadce

%31.59
%31.23
%37.18

CMYK Percentages of Color #afadce

%15
%16
%0
%19

Triadic Colors of #afadce

#afadce #ceafad #adceaf

Analogous Colors of #afadce

#afadce #c0adce #adbcce

Monochromatic Colors of #afadce

#afadce

Complementary Color

#afadce #cccead

#afadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadce Color CSS Codes

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

#afadce Text Font Color

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

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


#afadce Background Color

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

This div background color is #afadce


#afadce Border Color

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

This div border color is #afadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadce


Comments

No comments written yet.

Please login to write comment.