Color Hex Logo

#afcbca Color Hex

#AFCBCA
(175,203,202)
0 Favorites   0 Comments

Color spaces of #afcbca

RGB 175203202
HSL0.490.210.74
HSV178°14°80°
CMYK 0.140.000.00   0.20
XYZ49.695856.090164.0843
Yxy56.09010.29260.3302
Hunter Lab74.8933-12.61881.6924
CIE-Lab79.6651-9.5424-2.6679

#afcbca color RGB value is (175,203,202).

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

The process color (four color CMYK) of #afcbca color hex is 0.14, 0.00, 0.00, 0.20. Web safe color of #afcbca is #99cccc. Color #afcbca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 11001010
Octal 257 313 312
Decimal 175 203 202
Hex AF CB CA

RGB Percentages of Color #afcbca

%30.17
%35.00
%34.83

CMYK Percentages of Color #afcbca

%14
%0
%0
%20

Triadic Colors of #afcbca

#afcbca #caafcb #cbcaaf

Analogous Colors of #afcbca

#afcbca #afbecb #afcbbc

Monochromatic Colors of #afcbca

#afcbca

Complementary Color

#afcbca #cbafb0

#afcbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbca Color CSS Codes

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

#afcbca Text Font Color

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

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


#afcbca Background Color

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

This div background color is #afcbca


#afcbca Border Color

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

This div border color is #afcbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbca


Comments

No comments written yet.

Please login to write comment.