Color Hex Logo

#a4cdba Color Hex

#A4CDBA
(164,205,186)
0 Favorites   0 Comments

Color spaces of #a4cdba

RGB 164205186
HSL0.420.290.72
HSV152°20°80°
CMYK 0.200.000.09   0.20
XYZ46.004155.100354.6651
Yxy55.10030.29530.3537
Hunter Lab74.2296-19.27568.2976
CIE-Lab79.0990-17.33445.0067

#a4cdba color RGB value is (164,205,186).

#a4cdba hex color red value is 164, green value is 205 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #a4cdba hue: 0.42 , saturation: 0.29 and the lightness value of a4cdba is 0.72.

The process color (four color CMYK) of #a4cdba color hex is 0.20, 0.00, 0.09, 0.20. Web safe color of #a4cdba is #99cccc. Color #a4cdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001101 10111010
Octal 244 315 272
Decimal 164 205 186
Hex A4 CD BA

RGB Percentages of Color #a4cdba

%29.55
%36.94
%33.51

CMYK Percentages of Color #a4cdba

%20
%0
%9
%20

Triadic Colors of #a4cdba

#a4cdba #baa4cd #cdbaa4

Analogous Colors of #a4cdba

#a4cdba #a4cccd #a4cda6

Monochromatic Colors of #a4cdba

#a4cdba

Complementary Color

#a4cdba #cda4b7

#a4cdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cdba Color CSS Codes

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

#a4cdba Text Font Color

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

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


#a4cdba Background Color

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

This div background color is #a4cdba


#a4cdba Border Color

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

This div border color is #a4cdba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(164,205,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a4cdba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a4cdba;
  -webkit-box-shadow: 1px 1px 3px 2px #a4cdba;
  box-shadow:         1px 1px 3px 2px #a4cdba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,205,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cdba


Comments

No comments written yet.

Please login to write comment.