Color Hex Logo

#afbaca Color Hex

#AFBACA
(175,186,202)
0 Favorites   0 Comments

Color spaces of #afbaca

RGB 175186202
HSL0.600.200.74
HSV216°13°79°
CMYK 0.130.080.00   0.21
XYZ45.898848.496062.8187
Yxy48.49600.29200.3085
Hunter Lab69.6391-4.2198-4.7359
CIE-Lab75.1367-0.5553-9.3647

#afbaca color RGB value is (175,186,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 11001010
Octal 257 272 312
Decimal 175 186 202
Hex AF BA CA

RGB Percentages of Color #afbaca

%31.08
%33.04
%35.88

CMYK Percentages of Color #afbaca

%13
%8
%0
%21

Triadic Colors of #afbaca

#afbaca #caafba #bacaaf

Analogous Colors of #afbaca

#afbaca #b2afca #afc8ca

Monochromatic Colors of #afbaca

#afbaca

Complementary Color

#afbaca #cabfaf

#afbaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbaca Color CSS Codes

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

#afbaca Text Font Color

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

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


#afbaca Background Color

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

This div background color is #afbaca


#afbaca Border Color

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

This div border color is #afbaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbaca


Comments

No comments written yet.

Please login to write comment.