Color Hex Logo

#afdcdc Color Hex

#AFDCDC
(175,220,220)
0 Favorites   0 Comments

Color spaces of #afdcdc

RGB 175220220
HSL0.500.390.77
HSV180°20°86°
CMYK 0.200.000.00   0.14
XYZ56.190765.467777.3851
Yxy65.46770.28230.3289
Hunter Lab80.9121-17.6340-0.0670
CIE-Lab84.7242-14.5142-4.8202

#afdcdc color RGB value is (175,220,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 11011100
Octal 257 334 334
Decimal 175 220 220
Hex AF DC DC

RGB Percentages of Color #afdcdc

%28.46
%35.77
%35.77

CMYK Percentages of Color #afdcdc

%20
%0
%0
%14

Triadic Colors of #afdcdc

#afdcdc #dcafdc #dcdcaf

Analogous Colors of #afdcdc

#afdcdc #afc6dc #afdcc6

Monochromatic Colors of #afdcdc

#afdcdc

Complementary Color

#afdcdc #dcafaf

#afdcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdcdc Color CSS Codes

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

#afdcdc Text Font Color

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

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


#afdcdc Background Color

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

This div background color is #afdcdc


#afdcdc Border Color

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

This div border color is #afdcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdcdc


Comments

No comments written yet.

Please login to write comment.