Color Hex Logo

#afdfde Color Hex

#AFDFDE
(175,223,222)
0 Favorites   0 Comments

Color spaces of #afdfde

RGB 175223222
HSL0.500.430.78
HSV179°22°87°
CMYK 0.220.000.00   0.13
XYZ57.251767.163279.0536
Yxy67.16320.28140.3301
Hunter Lab81.9532-18.71960.1749
CIE-Lab85.5863-15.6054-4.6074

#afdfde color RGB value is (175,223,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 11011110
Octal 257 337 336
Decimal 175 223 222
Hex AF DF DE

RGB Percentages of Color #afdfde

%28.23
%35.97
%35.81

CMYK Percentages of Color #afdfde

%22
%0
%0
%13

Triadic Colors of #afdfde

#afdfde #deafdf #dfdeaf

Analogous Colors of #afdfde

#afdfde #afc8df #afdfc6

Monochromatic Colors of #afdfde

#afdfde

Complementary Color

#afdfde #dfafb0

#afdfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfde Color CSS Codes

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

#afdfde Text Font Color

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

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


#afdfde Background Color

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

This div background color is #afdfde


#afdfde Border Color

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

This div border color is #afdfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfde


Comments

No comments written yet.

Please login to write comment.