Color Hex Logo

#a3ddbd Color Hex

#A3DDBD
(163,221,189)
0 Favorites   0 Comments

Color spaces of #a3ddbd

RGB 163221189
HSL0.410.460.75
HSV147°26°87°
CMYK 0.260.000.14   0.13
XYZ50.146063.173657.6949
Yxy63.17360.29320.3694
Hunter Lab79.4818-26.475512.5994
CIE-Lab83.5336-25.00459.7685

#a3ddbd color RGB value is (163,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011101 10111101
Octal 243 335 275
Decimal 163 221 189
Hex A3 DD BD

RGB Percentages of Color #a3ddbd

%28.45
%38.57
%32.98

CMYK Percentages of Color #a3ddbd

%26
%0
%14
%13

Triadic Colors of #a3ddbd

#a3ddbd #bda3dd #ddbda3

Analogous Colors of #a3ddbd

#a3ddbd #a3ddda #a6dda3

Monochromatic Colors of #a3ddbd

#a3ddbd

Complementary Color

#a3ddbd #dda3c3

#a3ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3ddbd Color CSS Codes

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

#a3ddbd Text Font Color

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

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


#a3ddbd Background Color

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

This div background color is #a3ddbd


#a3ddbd Border Color

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

This div border color is #a3ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3ddbd


Comments

No comments written yet.

Please login to write comment.