Color Hex Logo

#afb6ce Color Hex

#AFB6CE
(175,182,206)
0 Favorites   0 Comments

Color spaces of #afb6ce

RGB 175182206
HSL0.630.240.75
HSV226°15°81°
CMYK 0.150.120.00   0.19
XYZ45.547747.026165.0688
Yxy47.02610.28890.2983
Hunter Lab68.5756-1.4481-8.2552
CIE-Lab74.20652.4516-12.9332

#afb6ce color RGB value is (175,182,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 11001110
Octal 257 266 316
Decimal 175 182 206
Hex AF B6 CE

RGB Percentages of Color #afb6ce

%31.08
%32.33
%36.59

CMYK Percentages of Color #afb6ce

%15
%12
%0
%19

Triadic Colors of #afb6ce

#afb6ce #ceafb6 #b6ceaf

Analogous Colors of #afb6ce

#afb6ce #b8afce #afc6ce

Monochromatic Colors of #afb6ce

#afb6ce

Complementary Color

#afb6ce #cec7af

#afb6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb6ce Color CSS Codes

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

#afb6ce Text Font Color

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

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


#afb6ce Background Color

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

This div background color is #afb6ce


#afb6ce Border Color

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

This div border color is #afb6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb6ce


Comments

No comments written yet.

Please login to write comment.