Color Hex Logo

#a8dabc Color Hex

#A8DABC
(168,218,188)
0 Favorites   0 Comments

Color spaces of #a8dabc

RGB 168218188
HSL0.400.400.76
HSV144°23°85°
CMYK 0.230.000.14   0.15
XYZ50.297062.098556.9122
Yxy62.09850.29710.3668
Hunter Lab78.8026-23.974112.3419
CIE-Lab82.9658-22.15179.5246

#a8dabc color RGB value is (168,218,188).

#a8dabc hex color red value is 168, green value is 218 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #a8dabc hue: 0.40 , saturation: 0.40 and the lightness value of a8dabc is 0.76.

The process color (four color CMYK) of #a8dabc color hex is 0.23, 0.00, 0.14, 0.15. Web safe color of #a8dabc is #99cccc. Color #a8dabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011010 10111100
Octal 250 332 274
Decimal 168 218 188
Hex A8 DA BC

RGB Percentages of Color #a8dabc

%29.27
%37.98
%32.75

CMYK Percentages of Color #a8dabc

%23
%0
%14
%15

Triadic Colors of #a8dabc

#a8dabc #bca8da #dabca8

Analogous Colors of #a8dabc

#a8dabc #a8dad5 #addaa8

Monochromatic Colors of #a8dabc

#a8dabc

Complementary Color

#a8dabc #daa8c6

#a8dabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dabc Color CSS Codes

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

#a8dabc Text Font Color

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

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


#a8dabc Background Color

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

This div background color is #a8dabc


#a8dabc Border Color

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

This div border color is #a8dabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dabc


Comments

No comments written yet.

Please login to write comment.