Color Hex Logo

#afdfc0 Color Hex

#AFDFC0
(175,223,192)
0 Favorites   0 Comments

Color spaces of #afdfc0

RGB 175223192
HSL0.390.430.78
HSV141°22°87°
CMYK 0.220.000.14   0.13
XYZ53.581365.695159.7256
Yxy65.69510.29930.3670
Hunter Lab81.0525-23.841113.0474
CIE-Lab84.8407-21.615310.1451

#afdfc0 color RGB value is (175,223,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 11000000
Octal 257 337 300
Decimal 175 223 192
Hex AF DF C0

RGB Percentages of Color #afdfc0

%29.66
%37.80
%32.54

CMYK Percentages of Color #afdfc0

%22
%0
%14
%13

Triadic Colors of #afdfc0

#afdfc0 #c0afdf #dfc0af

Analogous Colors of #afdfc0

#afdfc0 #afdfd8 #b6dfaf

Monochromatic Colors of #afdfc0

#afdfc0

Complementary Color

#afdfc0 #dfafce

#afdfc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfc0 Color CSS Codes

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

#afdfc0 Text Font Color

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

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


#afdfc0 Background Color

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

This div background color is #afdfc0


#afdfc0 Border Color

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

This div border color is #afdfc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfc0


Comments

No comments written yet.

Please login to write comment.