Color Hex Logo

#a8dcd3 Color Hex

#A8DCD3
(168,220,211)
0 Favorites   0 Comments

Color spaces of #a8dcd3

RGB 168220211
HSL0.470.430.76
HSV170°24°86°
CMYK 0.240.000.04   0.14
XYZ53.499564.214471.2029
Yxy64.21440.28320.3399
Hunter Lab80.1339-21.06303.4116
CIE-Lab84.0773-18.5352-1.0501

#a8dcd3 color RGB value is (168,220,211).

#a8dcd3 hex color red value is 168, green value is 220 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #a8dcd3 hue: 0.47 , saturation: 0.43 and the lightness value of a8dcd3 is 0.76.

The process color (four color CMYK) of #a8dcd3 color hex is 0.24, 0.00, 0.04, 0.14. Web safe color of #a8dcd3 is #99cccc. Color #a8dcd3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011100 11010011
Octal 250 334 323
Decimal 168 220 211
Hex A8 DC D3

RGB Percentages of Color #a8dcd3

%28.05
%36.73
%35.23

CMYK Percentages of Color #a8dcd3

%24
%0
%4
%14

Triadic Colors of #a8dcd3

#a8dcd3 #d3a8dc #dcd3a8

Analogous Colors of #a8dcd3

#a8dcd3 #a8cbdc #a8dcb9

Monochromatic Colors of #a8dcd3

#a8dcd3

Complementary Color

#a8dcd3 #dca8b1

#a8dcd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dcd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dcd3 Color CSS Codes

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

#a8dcd3 Text Font Color

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

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


#a8dcd3 Background Color

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

This div background color is #a8dcd3


#a8dcd3 Border Color

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

This div border color is #a8dcd3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,220,211, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dcd3


Comments

No comments written yet.

Please login to write comment.