Color Hex Logo

#afb4ca Color Hex

#AFB4CA
(175,180,202)
0 Favorites   0 Comments

Color spaces of #afb4ca

RGB 175180202
HSL0.640.200.74
HSV229°13°79°
CMYK 0.130.110.00   0.21
XYZ44.661146.020762.4061
Yxy46.02070.29170.3006
Hunter Lab67.8386-1.2031-7.0551
CIE-Lab73.55902.6871-11.7196

#afb4ca color RGB value is (175,180,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 11001010
Octal 257 264 312
Decimal 175 180 202
Hex AF B4 CA

RGB Percentages of Color #afb4ca

%31.42
%32.32
%36.27

CMYK Percentages of Color #afb4ca

%13
%11
%0
%21

Triadic Colors of #afb4ca

#afb4ca #caafb4 #b4caaf

Analogous Colors of #afb4ca

#afb4ca #b8afca #afc2ca

Monochromatic Colors of #afb4ca

#afb4ca

Complementary Color

#afb4ca #cac5af

#afb4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb4ca Color CSS Codes

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

#afb4ca Text Font Color

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

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


#afb4ca Background Color

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

This div background color is #afb4ca


#afb4ca Border Color

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

This div border color is #afb4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb4ca


Comments

No comments written yet.

Please login to write comment.