Color Hex Logo

#afb3ca Color Hex

#AFB3CA
(175,179,202)
0 Favorites   0 Comments

Color spaces of #afb3ca

RGB 175179202
HSL0.640.200.74
HSV231°13°79°
CMYK 0.130.110.00   0.21
XYZ44.460045.618462.3391
Yxy45.61840.29170.2993
Hunter Lab67.5414-0.6975-7.4443
CIE-Lab73.29723.2309-12.1114

#afb3ca color RGB value is (175,179,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 11001010
Octal 257 263 312
Decimal 175 179 202
Hex AF B3 CA

RGB Percentages of Color #afb3ca

%31.47
%32.19
%36.33

CMYK Percentages of Color #afb3ca

%13
%11
%0
%21

Triadic Colors of #afb3ca

#afb3ca #caafb3 #b3caaf

Analogous Colors of #afb3ca

#afb3ca #b9afca #afc1ca

Monochromatic Colors of #afb3ca

#afb3ca

Complementary Color

#afb3ca #cac6af

#afb3ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb3ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb3ca Color CSS Codes

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

#afb3ca Text Font Color

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

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


#afb3ca Background Color

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

This div background color is #afb3ca


#afb3ca Border Color

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

This div border color is #afb3ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb3ca

#afb3ca Color Palettes


Comments

No comments written yet.

Please login to write comment.