Color Hex Logo

#a4cbcb Color Hex

#A4CBCB
(164,203,203)
0 Favorites   0 Comments

Color spaces of #a4cbcb

RGB 164203203
HSL0.500.270.72
HSV180°19°80°
CMYK 0.190.000.00   0.20
XYZ47.445354.916264.5992
Yxy54.91620.28420.3289
Hunter Lab74.1055-15.40170.1896
CIE-Lab78.9930-12.8200-4.2744

#a4cbcb color RGB value is (164,203,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11001011 11001011
Octal 244 313 313
Decimal 164 203 203
Hex A4 CB CB

RGB Percentages of Color #a4cbcb

%28.77
%35.61
%35.61

CMYK Percentages of Color #a4cbcb

%19
%0
%0
%20

Triadic Colors of #a4cbcb

#a4cbcb #cba4cb #cbcba4

Analogous Colors of #a4cbcb

#a4cbcb #a4b8cb #a4cbb8

Monochromatic Colors of #a4cbcb

#a4cbcb

Complementary Color

#a4cbcb #cba4a4

#a4cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4cbcb Color CSS Codes

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

#a4cbcb Text Font Color

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

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


#a4cbcb Background Color

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

This div background color is #a4cbcb


#a4cbcb Border Color

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

This div border color is #a4cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4cbcb


Comments

No comments written yet.

Please login to write comment.