Color Hex Logo

#a3fdbd Color Hex

#A3FDBD
(163,253,189)
0 Favorites   0 Comments

Color spaces of #a3fdbd

RGB 163253189
HSL0.380.960.82
HSV137°36°99°
CMYK 0.360.000.25   0.01
XYZ59.414881.711260.7845
Yxy81.71120.29430.4047
Hunter Lab90.3942-40.864523.4071
CIE-Lab92.4472-39.926022.2980

#a3fdbd color RGB value is (163,253,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11111101 10111101
Octal 243 375 275
Decimal 163 253 189
Hex A3 FD BD

RGB Percentages of Color #a3fdbd

%26.94
%41.82
%31.24

CMYK Percentages of Color #a3fdbd

%36
%0
%25
%1

Triadic Colors of #a3fdbd

#a3fdbd #bda3fd #fdbda3

Analogous Colors of #a3fdbd

#a3fdbd #a3fdea #b6fda3

Monochromatic Colors of #a3fdbd

#a3fdbd

Complementary Color

#a3fdbd #fda3e3

#a3fdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3fdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3fdbd Color CSS Codes

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

#a3fdbd Text Font Color

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

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


#a3fdbd Background Color

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

This div background color is #a3fdbd


#a3fdbd Border Color

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

This div border color is #a3fdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3fdbd


Comments

No comments written yet.

Please login to write comment.