Color Hex Logo

#afbfca Color Hex

#AFBFCA
(175,191,202)
0 Favorites   0 Comments

Color spaces of #afbfca

RGB 175191202
HSL0.570.200.74
HSV204°13°79°
CMYK 0.130.050.00   0.21
XYZ46.970750.639863.1760
Yxy50.63980.29210.3150
Hunter Lab71.1616-6.7128-2.8234
CIE-Lab76.4603-3.2303-7.3977

#afbfca color RGB value is (175,191,202).

#afbfca hex color red value is 175, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #afbfca hue: 0.57 , saturation: 0.20 and the lightness value of afbfca is 0.74.

The process color (four color CMYK) of #afbfca color hex is 0.13, 0.05, 0.00, 0.21. Web safe color of #afbfca is #99cccc. Color #afbfca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 11001010
Octal 257 277 312
Decimal 175 191 202
Hex AF BF CA

RGB Percentages of Color #afbfca

%30.81
%33.63
%35.56

CMYK Percentages of Color #afbfca

%13
%5
%0
%21

Triadic Colors of #afbfca

#afbfca #caafbf #bfcaaf

Analogous Colors of #afbfca

#afbfca #afb2ca #afcac8

Monochromatic Colors of #afbfca

#afbfca

Complementary Color

#afbfca #cabaaf

#afbfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbfca Color CSS Codes

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

#afbfca Text Font Color

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

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


#afbfca Background Color

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

This div background color is #afbfca


#afbfca Border Color

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

This div border color is #afbfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbfca


Comments

No comments written yet.

Please login to write comment.