Color Hex Logo

#afdcd6 Color Hex

#AFDCD6
(175,220,214)
0 Favorites   0 Comments

Color spaces of #afdcd6

RGB 175220214
HSL0.480.390.77
HSV172°20°86°
CMYK 0.200.000.03   0.14
XYZ55.410065.155473.2742
Yxy65.15540.28590.3361
Hunter Lab80.7189-18.72562.6815
CIE-Lab84.5638-15.7752-1.8786

#afdcd6 color RGB value is (175,220,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 11010110
Octal 257 334 326
Decimal 175 220 214
Hex AF DC D6

RGB Percentages of Color #afdcd6

%28.74
%36.12
%35.14

CMYK Percentages of Color #afdcd6

%20
%0
%3
%14

Triadic Colors of #afdcd6

#afdcd6 #d6afdc #dcd6af

Analogous Colors of #afdcd6

#afdcd6 #afccdc #afdcc0

Monochromatic Colors of #afdcd6

#afdcd6

Complementary Color

#afdcd6 #dcafb5

#afdcd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdcd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdcd6 Color CSS Codes

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

#afdcd6 Text Font Color

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

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


#afdcd6 Background Color

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

This div background color is #afdcd6


#afdcd6 Border Color

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

This div border color is #afdcd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdcd6


Comments

No comments written yet.

Please login to write comment.