Color Hex Logo

#a3debc Color Hex

#A3DEBC
(163,222,188)
0 Favorites   0 Comments

Color spaces of #a3debc

RGB 163222188
HSL0.400.470.75
HSV145°27°87°
CMYK 0.270.000.15   0.13
XYZ50.302663.659957.2133
Yxy63.65990.29390.3719
Hunter Lab79.7872-27.090413.3357
CIE-Lab83.7884-25.682410.6593

#a3debc color RGB value is (163,222,188).

#a3debc hex color red value is 163, green value is 222 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a3debc hue: 0.40 , saturation: 0.47 and the lightness value of a3debc is 0.75.

The process color (four color CMYK) of #a3debc color hex is 0.27, 0.00, 0.15, 0.13. Web safe color of #a3debc is #99cccc. Color #a3debc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011110 10111100
Octal 243 336 274
Decimal 163 222 188
Hex A3 DE BC

RGB Percentages of Color #a3debc

%28.45
%38.74
%32.81

CMYK Percentages of Color #a3debc

%27
%0
%15
%13

Triadic Colors of #a3debc

#a3debc #bca3de #debca3

Analogous Colors of #a3debc

#a3debc #a3deda #a8dea3

Monochromatic Colors of #a3debc

#a3debc

Complementary Color

#a3debc #dea3c5

#a3debc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3debc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3debc Color CSS Codes

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

#a3debc Text Font Color

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

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


#a3debc Background Color

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

This div background color is #a3debc


#a3debc Border Color

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

This div border color is #a3debc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3debc


Comments

No comments written yet.

Please login to write comment.