Color Hex Logo

#afb5ca Color Hex

#AFB5CA
(175,181,202)
0 Favorites   0 Comments

Color spaces of #afb5ca

RGB 175181202
HSL0.630.200.74
HSV227°13°79°
CMYK 0.130.100.00   0.21
XYZ44.863746.426062.4737
Yxy46.42600.29180.3019
Hunter Lab68.1366-1.7080-6.6667
CIE-Lab73.82112.1441-11.3276

#afb5ca color RGB value is (175,181,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110101 11001010
Octal 257 265 312
Decimal 175 181 202
Hex AF B5 CA

RGB Percentages of Color #afb5ca

%31.36
%32.44
%36.20

CMYK Percentages of Color #afb5ca

%13
%10
%0
%21

Triadic Colors of #afb5ca

#afb5ca #caafb5 #b5caaf

Analogous Colors of #afb5ca

#afb5ca #b7afca #afc3ca

Monochromatic Colors of #afb5ca

#afb5ca

Complementary Color

#afb5ca #cac4af

#afb5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb5ca Color CSS Codes

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

#afb5ca Text Font Color

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

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


#afb5ca Background Color

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

This div background color is #afb5ca


#afb5ca Border Color

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

This div border color is #afb5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb5ca

#afb5ca Color Palettes


Comments

No comments written yet.

Please login to write comment.