Color Hex Logo

#a3cabe Color Hex

#A3CABE
(163,202,190)
0 Favorites   0 Comments

Color spaces of #a3cabe

RGB 163202190
HSL0.450.270.72
HSV162°19°79°
CMYK 0.190.000.06   0.21
XYZ45.519153.745356.6900
Yxy53.74530.29190.3446
Hunter Lab73.3112-17.46355.4701
CIE-Lab78.3130-15.33091.7125

#a3cabe color RGB value is (163,202,190).

#a3cabe hex color red value is 163, green value is 202 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #a3cabe hue: 0.45 , saturation: 0.27 and the lightness value of a3cabe is 0.72.

The process color (four color CMYK) of #a3cabe color hex is 0.19, 0.00, 0.06, 0.21. Web safe color of #a3cabe is #99cccc. Color #a3cabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100011 11001010 10111110
Octal 243 312 276
Decimal 163 202 190
Hex A3 CA BE

RGB Percentages of Color #a3cabe

%29.37
%36.40
%34.23

CMYK Percentages of Color #a3cabe

%19
%0
%6
%21

Triadic Colors of #a3cabe

#a3cabe #bea3ca #cabea3

Analogous Colors of #a3cabe

#a3cabe #a3c3ca #a3caab

Monochromatic Colors of #a3cabe

#a3cabe

Complementary Color

#a3cabe #caa3af

#a3cabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a3cabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a3cabe Color CSS Codes

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

#a3cabe Text Font Color

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

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


#a3cabe Background Color

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

This div background color is #a3cabe


#a3cabe Border Color

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

This div border color is #a3cabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a3cabe


Comments

No comments written yet.

Please login to write comment.