Color Hex Logo

#afdfd6 Color Hex

#AFDFD6
(175,223,214)
4 Favorites   1 Comments

Color spaces of #afdfd6

RGB 175223214
HSL0.470.430.78
HSV169°22°87°
CMYK 0.220.000.04   0.13
XYZ56.204566.744473.5390
Yxy66.74440.28600.3397
Hunter Lab81.6972-20.16923.8187
CIE-Lab85.3747-17.2838-0.6913

#afdfd6 color RGB value is (175,223,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 11010110
Octal 257 337 326
Decimal 175 223 214
Hex AF DF D6

RGB Percentages of Color #afdfd6

%28.59
%36.44
%34.97

CMYK Percentages of Color #afdfd6

%22
%0
%4
%13

Triadic Colors of #afdfd6

#afdfd6 #d6afdf #dfd6af

Analogous Colors of #afdfd6

#afdfd6 #afd0df #afdfbe

Monochromatic Colors of #afdfd6

#afdfd6

Complementary Color

#afdfd6 #dfafb8

#afdfd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfd6 Color CSS Codes

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

#afdfd6 Text Font Color

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

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


#afdfd6 Background Color

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

This div background color is #afdfd6


#afdfd6 Border Color

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

This div border color is #afdfd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfd6


Comments

16 Feb 2021, 13:47 ZozoRainbowColorGirl

I really like this color! So pretty...

Please login to write comment.