Color Hex Logo

#a4cdbe Color Hex

#A4CDBE
(164,205,190)
0 Favorites   0 Comments

Color spaces of #a4cdbe

RGB 164205190
HSL0.440.290.72
HSV158°20°80°
CMYK 0.200.000.07   0.20
XYZ46.435455.272956.9365
Yxy55.27290.29270.3484
Hunter Lab74.3457-18.61626.6357
CIE-Lab79.1982-16.53903.0059

#a4cdbe color RGB value is (164,205,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001101 10111110
Octal 244 315 276
Decimal 164 205 190
Hex A4 CD BE

RGB Percentages of Color #a4cdbe

%29.34
%36.67
%33.99

CMYK Percentages of Color #a4cdbe

%20
%0
%7
%20

Triadic Colors of #a4cdbe

#a4cdbe #bea4cd #cdbea4

Analogous Colors of #a4cdbe

#a4cdbe #a4c8cd #a4cdaa

Monochromatic Colors of #a4cdbe

#a4cdbe

Complementary Color

#a4cdbe #cda4b3

#a4cdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cdbe Color CSS Codes

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

#a4cdbe Text Font Color

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

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


#a4cdbe Background Color

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

This div background color is #a4cdbe


#a4cdbe Border Color

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

This div border color is #a4cdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cdbe


Comments

No comments written yet.

Please login to write comment.