Color Hex Logo

#a6d3cd Color Hex

#A6D3CD
(166,211,205)
0 Favorites   0 Comments

Color spaces of #a6d3cd

RGB 166211205
HSL0.480.340.74
HSV172°21°83°
CMYK 0.210.000.03   0.17
XYZ50.039659.103366.5283
Yxy59.10330.28480.3364
Hunter Lab76.8787-18.35372.5074
CIE-Lab81.3483-15.8711-1.8699

#a6d3cd color RGB value is (166,211,205).

#a6d3cd hex color red value is 166, green value is 211 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a6d3cd hue: 0.48 , saturation: 0.34 and the lightness value of a6d3cd is 0.74.

The process color (four color CMYK) of #a6d3cd color hex is 0.21, 0.00, 0.03, 0.17. Web safe color of #a6d3cd is #99cccc. Color #a6d3cd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11010011 11001101
Octal 246 323 315
Decimal 166 211 205
Hex A6 D3 CD

RGB Percentages of Color #a6d3cd

%28.52
%36.25
%35.22

CMYK Percentages of Color #a6d3cd

%21
%0
%3
%17

Triadic Colors of #a6d3cd

#a6d3cd #cda6d3 #d3cda6

Analogous Colors of #a6d3cd

#a6d3cd #a6c3d3 #a6d3b7

Monochromatic Colors of #a6d3cd

#a6d3cd

Complementary Color

#a6d3cd #d3a6ac

#a6d3cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6d3cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6d3cd Color CSS Codes

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

#a6d3cd Text Font Color

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

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


#a6d3cd Background Color

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

This div background color is #a6d3cd


#a6d3cd Border Color

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

This div border color is #a6d3cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6d3cd


Comments

No comments written yet.

Please login to write comment.