Color Hex Logo

#afbace Color Hex

#AFBACE
(175,186,206)
0 Favorites   0 Comments

Color spaces of #afbace

RGB 175186206
HSL0.610.240.75
HSV219°15°81°
CMYK 0.150.100.00   0.19
XYZ46.378748.688065.3458
Yxy48.68800.28910.3035
Hunter Lab69.7768-3.4654-6.6812
CIE-Lab75.25680.2894-11.3610

#afbace color RGB value is (175,186,206).

#afbace hex color red value is 175, green value is 186 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #afbace hue: 0.61 , saturation: 0.24 and the lightness value of afbace is 0.75.

The process color (four color CMYK) of #afbace color hex is 0.15, 0.10, 0.00, 0.19. Web safe color of #afbace is #99cccc. Color #afbace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 11001110
Octal 257 272 316
Decimal 175 186 206
Hex AF BA CE

RGB Percentages of Color #afbace

%30.86
%32.80
%36.33

CMYK Percentages of Color #afbace

%15
%10
%0
%19

Triadic Colors of #afbace

#afbace #ceafba #baceaf

Analogous Colors of #afbace

#afbace #b4afce #afcace

Monochromatic Colors of #afbace

#afbace

Complementary Color

#afbace #cec3af

#afbace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbace Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbace Color CSS Codes

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

#afbace Text Font Color

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

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


#afbace Background Color

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

This div background color is #afbace


#afbace Border Color

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

This div border color is #afbace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbace


Comments

No comments written yet.

Please login to write comment.