Color Hex Logo

#afdcd2 Color Hex

#AFDCD2
(175,220,210)
0 Favorites   0 Comments

Color spaces of #afdcd2

RGB 175220210
HSL0.460.390.77
HSV167°20°86°
CMYK 0.200.000.05   0.14
XYZ54.905364.953570.6162
Yxy64.95350.28830.3410
Hunter Lab80.5937-19.43414.4657
CIE-Lab84.4598-16.59910.0875

#afdcd2 color RGB value is (175,220,210).

#afdcd2 hex color red value is 175, green value is 220 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #afdcd2 hue: 0.46 , saturation: 0.39 and the lightness value of afdcd2 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 11010010
Octal 257 334 322
Decimal 175 220 210
Hex AF DC D2

RGB Percentages of Color #afdcd2

%28.93
%36.36
%34.71

CMYK Percentages of Color #afdcd2

%20
%0
%5
%14

Triadic Colors of #afdcd2

#afdcd2 #d2afdc #dcd2af

Analogous Colors of #afdcd2

#afdcd2 #afd0dc #afdcbc

Monochromatic Colors of #afdcd2

#afdcd2

Complementary Color

#afdcd2 #dcafb9

#afdcd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdcd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdcd2 Color CSS Codes

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

#afdcd2 Text Font Color

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

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


#afdcd2 Background Color

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

This div background color is #afdcd2


#afdcd2 Border Color

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

This div border color is #afdcd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdcd2


Comments

No comments written yet.

Please login to write comment.