Color Hex Logo

#afbad7 Color Hex

#AFBAD7
(175,186,215)
0 Favorites   0 Comments

Color spaces of #afbad7

RGB 175186215
HSL0.620.330.76
HSV224°19°84°
CMYK 0.190.130.00   0.16
XYZ47.503849.138171.2709
Yxy49.13810.28290.2926
Hunter Lab70.0986-1.7082-11.2126
CIE-Lab75.53722.2387-15.8297

#afbad7 color RGB value is (175,186,215).

#afbad7 hex color red value is 175, green value is 186 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #afbad7 hue: 0.62 , saturation: 0.33 and the lightness value of afbad7 is 0.76.

The process color (four color CMYK) of #afbad7 color hex is 0.19, 0.13, 0.00, 0.16. Web safe color of #afbad7 is #99cccc. Color #afbad7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 11010111
Octal 257 272 327
Decimal 175 186 215
Hex AF BA D7

RGB Percentages of Color #afbad7

%30.38
%32.29
%37.33

CMYK Percentages of Color #afbad7

%19
%13
%0
%16

Triadic Colors of #afbad7

#afbad7 #d7afba #bad7af

Analogous Colors of #afbad7

#afbad7 #b8afd7 #afced7

Monochromatic Colors of #afbad7

#afbad7

Complementary Color

#afbad7 #d7ccaf

#afbad7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbad7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbad7 Color CSS Codes

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

#afbad7 Text Font Color

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

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


#afbad7 Background Color

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

This div background color is #afbad7


#afbad7 Border Color

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

This div border color is #afbad7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbad7


Comments

No comments written yet.

Please login to write comment.