Color Hex Logo

#a3dfbe Color Hex

#A3DFBE
(163,223,190)
0 Favorites   0 Comments

Color spaces of #a3dfbe

RGB 163223190
HSL0.410.480.76
HSV147°27°87°
CMYK 0.270.000.15   0.13
XYZ50.786264.279658.4457
Yxy64.27960.29270.3705
Hunter Lab80.1746-27.235512.9009
CIE-Lab84.1111-25.781710.0652

#a3dfbe color RGB value is (163,223,190).

#a3dfbe hex color red value is 163, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a3dfbe hue: 0.41 , saturation: 0.48 and the lightness value of a3dfbe is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10100011 11011111 10111110
Octal 243 337 276
Decimal 163 223 190
Hex A3 DF BE

RGB Percentages of Color #a3dfbe

%28.30
%38.72
%32.99

CMYK Percentages of Color #a3dfbe

%27
%0
%15
%13

Triadic Colors of #a3dfbe

#a3dfbe #bea3df #dfbea3

Analogous Colors of #a3dfbe

#a3dfbe #a3dfdc #a6dfa3

Monochromatic Colors of #a3dfbe

#a3dfbe

Complementary Color

#a3dfbe #dfa3c4

#a3dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3dfbe Color CSS Codes

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

#a3dfbe Text Font Color

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

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


#a3dfbe Background Color

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

This div background color is #a3dfbe


#a3dfbe Border Color

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

This div border color is #a3dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3dfbe


Comments

No comments written yet.

Please login to write comment.