Color Hex Logo

#a4cbcd Color Hex

#A4CBCD
(164,203,205)
0 Favorites   0 Comments

Color spaces of #a4cbcd

RGB 164203205
HSL0.510.290.72
HSV183°20°80°
CMYK 0.200.010.00   0.20
XYZ47.685255.012265.8627
Yxy55.01220.28290.3264
Hunter Lab74.1702-15.0374-0.7300
CIE-Lab79.0483-12.3911-5.2676

#a4cbcd color RGB value is (164,203,205).

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

The process color (four color CMYK) of #a4cbcd color hex is 0.20, 0.01, 0.00, 0.20. Web safe color of #a4cbcd is #99cccc. Color #a4cbcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001011 11001101
Octal 244 313 315
Decimal 164 203 205
Hex A4 CB CD

RGB Percentages of Color #a4cbcd

%28.67
%35.49
%35.84

CMYK Percentages of Color #a4cbcd

%20
%1
%0
%20

Triadic Colors of #a4cbcd

#a4cbcd #cda4cb #cbcda4

Analogous Colors of #a4cbcd

#a4cbcd #a4b7cd #a4cdbb

Monochromatic Colors of #a4cbcd

#a4cbcd

Complementary Color

#a4cbcd #cda6a4

#a4cbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cbcd Color CSS Codes

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

#a4cbcd Text Font Color

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

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


#a4cbcd Background Color

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

This div background color is #a4cbcd


#a4cbcd Border Color

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

This div border color is #a4cbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cbcd


Comments

No comments written yet.

Please login to write comment.