Color Hex Logo

#afddc3 Color Hex

#AFDDC3
(175,221,195)
0 Favorites   0 Comments

Color spaces of #afddc3

RGB 175221195
HSL0.410.400.78
HSV146°21°87°
CMYK 0.210.000.12   0.13
XYZ53.386064.767061.3173
Yxy64.76700.29750.3609
Hunter Lab80.4779-22.426311.1607
CIE-Lab84.3635-20.06127.8808

#afddc3 color RGB value is (175,221,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 11000011
Octal 257 335 303
Decimal 175 221 195
Hex AF DD C3

RGB Percentages of Color #afddc3

%29.61
%37.39
%32.99

CMYK Percentages of Color #afddc3

%21
%0
%12
%13

Triadic Colors of #afddc3

#afddc3 #c3afdd #ddc3af

Analogous Colors of #afddc3

#afddc3 #afddda #b2ddaf

Monochromatic Colors of #afddc3

#afddc3

Complementary Color

#afddc3 #ddafc9

#afddc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afddc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afddc3 Color CSS Codes

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

#afddc3 Text Font Color

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

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


#afddc3 Background Color

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

This div background color is #afddc3


#afddc3 Border Color

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

This div border color is #afddc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afddc3


Comments

No comments written yet.

Please login to write comment.