Color Hex Logo

#a4cccb Color Hex

#A4CCCB
(164,204,203)
0 Favorites   0 Comments

Color spaces of #a4cccb

RGB 164204203
HSL0.500.280.72
HSV179°20°80°
CMYK 0.200.000.00   0.20
XYZ47.682255.390064.6781
Yxy55.39000.28420.3302
Hunter Lab74.4245-15.88160.5715
CIE-Lab79.2654-13.3351-3.8731

#a4cccb color RGB value is (164,204,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001100 11001011
Octal 244 314 313
Decimal 164 204 203
Hex A4 CC CB

RGB Percentages of Color #a4cccb

%28.72
%35.73
%35.55

CMYK Percentages of Color #a4cccb

%20
%0
%0
%20

Triadic Colors of #a4cccb

#a4cccb #cba4cc #cccba4

Analogous Colors of #a4cccb

#a4cccb #a4b9cc #a4ccb7

Monochromatic Colors of #a4cccb

#a4cccb

Complementary Color

#a4cccb #cca4a5

#a4cccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cccb Color CSS Codes

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

#a4cccb Text Font Color

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

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


#a4cccb Background Color

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

This div background color is #a4cccb


#a4cccb Border Color

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

This div border color is #a4cccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cccb


Comments

No comments written yet.

Please login to write comment.