Color Hex Logo

#a8dcca Color Hex

#A8DCCA
(168,220,202)
0 Favorites   0 Comments

Color spaces of #a8dcca

RGB 168220202
HSL0.440.430.76
HSV159°24°86°
CMYK 0.240.000.08   0.14
XYZ52.402363.775565.4251
Yxy63.77550.28860.3512
Hunter Lab79.8596-22.62607.3282
CIE-Lab83.8487-20.39183.3845

#a8dcca color RGB value is (168,220,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011100 11001010
Octal 250 334 312
Decimal 168 220 202
Hex A8 DC CA

RGB Percentages of Color #a8dcca

%28.47
%37.29
%34.24

CMYK Percentages of Color #a8dcca

%24
%0
%8
%14

Triadic Colors of #a8dcca

#a8dcca #caa8dc #dccaa8

Analogous Colors of #a8dcca

#a8dcca #a8d4dc #a8dcb0

Monochromatic Colors of #a8dcca

#a8dcca

Complementary Color

#a8dcca #dca8ba

#a8dcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dcca Color CSS Codes

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

#a8dcca Text Font Color

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

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


#a8dcca Background Color

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

This div background color is #a8dcca


#a8dcca Border Color

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

This div border color is #a8dcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dcca

#a8dcca Color Palettes


Comments

No comments written yet.

Please login to write comment.