Color Hex Logo

#a7cdcd Color Hex

#A7CDCD
(167,205,205)
0 Favorites   0 Comments

Color spaces of #a7cdcd

RGB 167205205
HSL0.500.280.73
HSV180°19°80°
CMYK 0.190.000.00   0.20
XYZ48.787156.285966.0505
Yxy56.28590.28510.3289
Hunter Lab75.0239-15.21560.3183
CIE-Lab79.7763-12.4919-4.1731

#a7cdcd color RGB value is (167,205,205).

#a7cdcd hex color red value is 167, green value is 205 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a7cdcd hue: 0.50 , saturation: 0.28 and the lightness value of a7cdcd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11001101 11001101
Octal 247 315 315
Decimal 167 205 205
Hex A7 CD CD

RGB Percentages of Color #a7cdcd

%28.94
%35.53
%35.53

CMYK Percentages of Color #a7cdcd

%19
%0
%0
%20

Triadic Colors of #a7cdcd

#a7cdcd #cda7cd #cdcda7

Analogous Colors of #a7cdcd

#a7cdcd #a7bacd #a7cdba

Monochromatic Colors of #a7cdcd

#a7cdcd

Complementary Color

#a7cdcd #cda7a7

#a7cdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7cdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7cdcd Color CSS Codes

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

#a7cdcd Text Font Color

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

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


#a7cdcd Background Color

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

This div background color is #a7cdcd


#a7cdcd Border Color

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

This div border color is #a7cdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7cdcd


Comments

No comments written yet.

Please login to write comment.