Color Hex Logo

#afdfc3 Color Hex

#AFDFC3
(175,223,195)
0 Favorites   0 Comments

Color spaces of #afdfc3

RGB 175223195
HSL0.400.430.78
HSV145°22°87°
CMYK 0.220.000.13   0.13
XYZ53.917265.829461.4944
Yxy65.82940.29750.3632
Hunter Lab81.1353-23.367411.8574
CIE-Lab84.9093-21.05008.6629

#afdfc3 color RGB value is (175,223,195).

#afdfc3 hex color red value is 175, green value is 223 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #afdfc3 hue: 0.40 , saturation: 0.43 and the lightness value of afdfc3 is 0.78.

The process color (four color CMYK) of #afdfc3 color hex is 0.22, 0.00, 0.13, 0.13. Web safe color of #afdfc3 is #99cccc. Color #afdfc3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 11000011
Octal 257 337 303
Decimal 175 223 195
Hex AF DF C3

RGB Percentages of Color #afdfc3

%29.51
%37.61
%32.88

CMYK Percentages of Color #afdfc3

%22
%0
%13
%13

Triadic Colors of #afdfc3

#afdfc3 #c3afdf #dfc3af

Analogous Colors of #afdfc3

#afdfc3 #afdfdb #b3dfaf

Monochromatic Colors of #afdfc3

#afdfc3

Complementary Color

#afdfc3 #dfafcb

#afdfc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfc3 Color CSS Codes

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

#afdfc3 Text Font Color

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

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


#afdfc3 Background Color

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

This div background color is #afdfc3


#afdfc3 Border Color

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

This div border color is #afdfc3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,223,195, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afdfc3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfc3


Comments

No comments written yet.

Please login to write comment.