Color Hex Logo

#a3fddd Color Hex

#A3FDDD
(163,253,221)
0 Favorites   0 Comments

Color spaces of #a3fddd

RGB 163253221
HSL0.440.960.82
HSV159°36°99°
CMYK 0.360.000.13   0.01
XYZ63.280783.257581.1417
Yxy83.25750.27790.3657
Hunter Lab91.2455-35.886211.1472
CIE-Lab93.1271-33.77806.8250

#a3fddd color RGB value is (163,253,221).

#a3fddd hex color red value is 163, green value is 253 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a3fddd hue: 0.44 , saturation: 0.96 and the lightness value of a3fddd is 0.82.

The process color (four color CMYK) of #a3fddd color hex is 0.36, 0.00, 0.13, 0.01. Web safe color of #a3fddd is #99ffcc. Color #a3fddd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11111101 11011101
Octal 243 375 335
Decimal 163 253 221
Hex A3 FD DD

RGB Percentages of Color #a3fddd

%25.59
%39.72
%34.69

CMYK Percentages of Color #a3fddd

%36
%0
%13
%1

Triadic Colors of #a3fddd

#a3fddd #dda3fd #fddda3

Analogous Colors of #a3fddd

#a3fddd #a3f0fd #a3fdb0

Monochromatic Colors of #a3fddd

#a3fddd

Complementary Color

#a3fddd #fda3c3

#a3fddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3fddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3fddd Color CSS Codes

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

#a3fddd Text Font Color

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

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


#a3fddd Background Color

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

This div background color is #a3fddd


#a3fddd Border Color

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

This div border color is #a3fddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3fddd


Comments

No comments written yet.

Please login to write comment.