Color Hex Logo

#a8d3bc Color Hex

#A8D3BC
(168,211,188)
0 Favorites   0 Comments

Color spaces of #a8d3bc

RGB 168211188
HSL0.410.330.74
HSV148°20°83°
CMYK 0.200.000.11   0.17
XYZ48.519858.544256.3198
Yxy58.54420.29700.3583
Hunter Lab76.5142-20.70799.9183
CIE-Lab81.0404-18.67336.7660

#a8d3bc color RGB value is (168,211,188).

#a8d3bc hex color red value is 168, green value is 211 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a8d3bc hue: 0.41 , saturation: 0.33 and the lightness value of a8d3bc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11010011 10111100
Octal 250 323 274
Decimal 168 211 188
Hex A8 D3 BC

RGB Percentages of Color #a8d3bc

%29.63
%37.21
%33.16

CMYK Percentages of Color #a8d3bc

%20
%0
%11
%17

Triadic Colors of #a8d3bc

#a8d3bc #bca8d3 #d3bca8

Analogous Colors of #a8d3bc

#a8d3bc #a8d3d2 #aad3a8

Monochromatic Colors of #a8d3bc

#a8d3bc

Complementary Color

#a8d3bc #d3a8bf

#a8d3bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8d3bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8d3bc Color CSS Codes

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

#a8d3bc Text Font Color

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

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


#a8d3bc Background Color

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

This div background color is #a8d3bc


#a8d3bc Border Color

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

This div border color is #a8d3bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8d3bc


Comments

No comments written yet.

Please login to write comment.