Color Hex Logo

#a3ddae Color Hex

#A3DDAE
(163,221,174)
0 Favorites   0 Comments

Color spaces of #a3ddae

RGB 163221174
HSL0.360.460.75
HSV131°26°87°
CMYK 0.260.000.21   0.13
XYZ48.600762.555449.5573
Yxy62.55540.30240.3892
Hunter Lab79.0920-28.725718.2146
CIE-Lab83.2079-27.793917.2046

#a3ddae color RGB value is (163,221,174).

#a3ddae hex color red value is 163, green value is 221 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a3ddae hue: 0.36 , saturation: 0.46 and the lightness value of a3ddae is 0.75.

The process color (four color CMYK) of #a3ddae color hex is 0.26, 0.00, 0.21, 0.13. Web safe color of #a3ddae is #99cc99. Color #a3ddae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011101 10101110
Octal 243 335 256
Decimal 163 221 174
Hex A3 DD AE

RGB Percentages of Color #a3ddae

%29.21
%39.61
%31.18

CMYK Percentages of Color #a3ddae

%26
%0
%21
%13

Triadic Colors of #a3ddae

#a3ddae #aea3dd #ddaea3

Analogous Colors of #a3ddae

#a3ddae #a3ddcb #b5dda3

Monochromatic Colors of #a3ddae

#a3ddae

Complementary Color

#a3ddae #dda3d2

#a3ddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3ddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3ddae Color CSS Codes

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

#a3ddae Text Font Color

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

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


#a3ddae Background Color

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

This div background color is #a3ddae


#a3ddae Border Color

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

This div border color is #a3ddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3ddae


Comments

No comments written yet.

Please login to write comment.