Color Hex Logo

#a3cead Color Hex

#A3CEAD
(163,206,173)
0 Favorites   0 Comments

Color spaces of #a3cead

RGB 163206173
HSL0.370.300.72
HSV134°21°81°
CMYK 0.210.000.16   0.19
XYZ44.718454.946347.7839
Yxy54.94630.30330.3726
Hunter Lab74.1258-22.035113.6678
CIE-Lab79.0103-20.644011.8248

#a3cead color RGB value is (163,206,173).

#a3cead hex color red value is 163, green value is 206 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a3cead hue: 0.37 , saturation: 0.30 and the lightness value of a3cead is 0.72.

The process color (four color CMYK) of #a3cead color hex is 0.21, 0.00, 0.16, 0.19. Web safe color of #a3cead is #99cc99. Color #a3cead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001110 10101101
Octal 243 316 255
Decimal 163 206 173
Hex A3 CE AD

RGB Percentages of Color #a3cead

%30.07
%38.01
%31.92

CMYK Percentages of Color #a3cead

%21
%0
%16
%19

Triadic Colors of #a3cead

#a3cead #ada3ce #ceada3

Analogous Colors of #a3cead

#a3cead #a3cec3 #afcea3

Monochromatic Colors of #a3cead

#a3cead

Complementary Color

#a3cead #cea3c4

#a3cead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cead Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cead Color CSS Codes

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

#a3cead Text Font Color

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

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


#a3cead Background Color

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

This div background color is #a3cead


#a3cead Border Color

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

This div border color is #a3cead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cead


Comments

No comments written yet.

Please login to write comment.