Color Hex Logo

#afcdca Color Hex

#AFCDCA
(175,205,202)
0 Favorites   0 Comments

Color spaces of #afcdca

RGB 175205202
HSL0.480.230.75
HSV174°15°80°
CMYK 0.150.000.01   0.20
XYZ50.171257.040964.2428
Yxy57.04090.29260.3327
Hunter Lab75.5254-13.59282.4350
CIE-Lab80.2026-10.5789-1.8792

#afcdca color RGB value is (175,205,202).

#afcdca hex color red value is 175, green value is 205 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #afcdca hue: 0.48 , saturation: 0.23 and the lightness value of afcdca is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001101 11001010
Octal 257 315 312
Decimal 175 205 202
Hex AF CD CA

RGB Percentages of Color #afcdca

%30.07
%35.22
%34.71

CMYK Percentages of Color #afcdca

%15
%0
%1
%20

Triadic Colors of #afcdca

#afcdca #caafcd #cdcaaf

Analogous Colors of #afcdca

#afcdca #afc1cd #afcdbb

Monochromatic Colors of #afcdca

#afcdca

Complementary Color

#afcdca #cdafb2

#afcdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcdca Color CSS Codes

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

#afcdca Text Font Color

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

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


#afcdca Background Color

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

This div background color is #afcdca


#afcdca Border Color

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

This div border color is #afcdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcdca


Comments

No comments written yet.

Please login to write comment.