Color Hex Logo

#a4dcbb Color Hex

#A4DCBB
(164,220,187)
0 Favorites   0 Comments

Color spaces of #a4dcbb

RGB 164220187
HSL0.400.440.75
HSV145°25°86°
CMYK 0.250.000.15   0.14
XYZ49.872762.666856.4810
Yxy62.66680.29510.3708
Hunter Lab79.1624-26.078213.1112
CIE-Lab83.2668-24.589510.4515

#a4dcbb color RGB value is (164,220,187).

#a4dcbb hex color red value is 164, green value is 220 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a4dcbb hue: 0.40 , saturation: 0.44 and the lightness value of a4dcbb is 0.75.

The process color (four color CMYK) of #a4dcbb color hex is 0.25, 0.00, 0.15, 0.14. Web safe color of #a4dcbb is #99cccc. Color #a4dcbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11011100 10111011
Octal 244 334 273
Decimal 164 220 187
Hex A4 DC BB

RGB Percentages of Color #a4dcbb

%28.72
%38.53
%32.75

CMYK Percentages of Color #a4dcbb

%25
%0
%15
%14

Triadic Colors of #a4dcbb

#a4dcbb #bba4dc #dcbba4

Analogous Colors of #a4dcbb

#a4dcbb #a4dcd7 #a9dca4

Monochromatic Colors of #a4dcbb

#a4dcbb

Complementary Color

#a4dcbb #dca4c5

#a4dcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4dcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4dcbb Color CSS Codes

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

#a4dcbb Text Font Color

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

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


#a4dcbb Background Color

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

This div background color is #a4dcbb


#a4dcbb Border Color

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

This div border color is #a4dcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4dcbb


Comments

No comments written yet.

Please login to write comment.