Color Hex Logo

#afdcc3 Color Hex

#AFDCC3
(175,220,195)
0 Favorites   0 Comments

Color spaces of #afdcc3

RGB 175220195
HSL0.410.390.77
HSV147°20°86°
CMYK 0.200.000.11   0.14
XYZ53.122764.240561.2295
Yxy64.24050.29750.3597
Hunter Lab80.1502-21.954910.8114
CIE-Lab84.0908-19.56517.4895

#afdcc3 color RGB value is (175,220,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 11000011
Octal 257 334 303
Decimal 175 220 195
Hex AF DC C3

RGB Percentages of Color #afdcc3

%29.66
%37.29
%33.05

CMYK Percentages of Color #afdcc3

%20
%0
%11
%14

Triadic Colors of #afdcc3

#afdcc3 #c3afdc #dcc3af

Analogous Colors of #afdcc3

#afdcc3 #afdcda #b2dcaf

Monochromatic Colors of #afdcc3

#afdcc3

Complementary Color

#afdcc3 #dcafc8

#afdcc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdcc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdcc3 Color CSS Codes

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

#afdcc3 Text Font Color

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

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


#afdcc3 Background Color

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

This div background color is #afdcc3


#afdcc3 Border Color

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

This div border color is #afdcc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdcc3


Comments

No comments written yet.

Please login to write comment.