Color Hex Logo

#a3dbbd Color Hex

#A3DBBD
(163,219,189)
0 Favorites   0 Comments

Color spaces of #a3dbbd

RGB 163219189
HSL0.410.440.75
HSV148°26°86°
CMYK 0.260.000.14   0.14
XYZ49.621162.123757.5199
Yxy62.12370.29320.3670
Hunter Lab78.8186-25.555911.9046
CIE-Lab82.9792-24.02928.9763

#a3dbbd color RGB value is (163,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011011 10111101
Octal 243 333 275
Decimal 163 219 189
Hex A3 DB BD

RGB Percentages of Color #a3dbbd

%28.55
%38.35
%33.10

CMYK Percentages of Color #a3dbbd

%26
%0
%14
%14

Triadic Colors of #a3dbbd

#a3dbbd #bda3db #dbbda3

Analogous Colors of #a3dbbd

#a3dbbd #a3dbd9 #a5dba3

Monochromatic Colors of #a3dbbd

#a3dbbd

Complementary Color

#a3dbbd #dba3c1

#a3dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3dbbd Color CSS Codes

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

#a3dbbd Text Font Color

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

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


#a3dbbd Background Color

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

This div background color is #a3dbbd


#a3dbbd Border Color

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

This div border color is #a3dbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3dbbd


Comments

No comments written yet.

Please login to write comment.