Color Hex Logo

#afb0ce Color Hex

#AFB0CE
(175,176,206)
0 Favorites   0 Comments

Color spaces of #afb0ce

RGB 175176206
HSL0.660.240.75
HSV238°15°81°
CMYK 0.150.150.00   0.19
XYZ44.345144.620964.6680
Yxy44.62090.28860.2904
Hunter Lab66.79891.6010-10.6394
CIE-Lab72.64165.7224-15.2847

#afb0ce color RGB value is (175,176,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 11001110
Octal 257 260 316
Decimal 175 176 206
Hex AF B0 CE

RGB Percentages of Color #afb0ce

%31.42
%31.60
%36.98

CMYK Percentages of Color #afb0ce

%15
%15
%0
%19

Triadic Colors of #afb0ce

#afb0ce #ceafb0 #b0ceaf

Analogous Colors of #afb0ce

#afb0ce #beafce #afc0ce

Monochromatic Colors of #afb0ce

#afb0ce

Complementary Color

#afb0ce #cecdaf

#afb0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb0ce Color CSS Codes

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

#afb0ce Text Font Color

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

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


#afb0ce Background Color

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

This div background color is #afb0ce


#afb0ce Border Color

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

This div border color is #afb0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb0ce


Comments

No comments written yet.

Please login to write comment.