Color Hex Logo

#a8dddd Color Hex

#A8DDDD
(168,221,221)
0 Favorites   0 Comments

Color spaces of #a8dddd

RGB 168221221
HSL0.500.440.76
HSV180°24°87°
CMYK 0.240.000.00   0.13
XYZ55.056065.258278.1009
Yxy65.25820.27750.3289
Hunter Lab80.7825-19.7158-0.7740
CIE-Lab84.6166-16.8945-5.5543

#a8dddd color RGB value is (168,221,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011101 11011101
Octal 250 335 335
Decimal 168 221 221
Hex A8 DD DD

RGB Percentages of Color #a8dddd

%27.54
%36.23
%36.23

CMYK Percentages of Color #a8dddd

%24
%0
%0
%13

Triadic Colors of #a8dddd

#a8dddd #dda8dd #dddda8

Analogous Colors of #a8dddd

#a8dddd #a8c3dd #a8ddc3

Monochromatic Colors of #a8dddd

#a8dddd

Complementary Color

#a8dddd #dda8a8

#a8dddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dddd Color CSS Codes

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

#a8dddd Text Font Color

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

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


#a8dddd Background Color

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

This div background color is #a8dddd


#a8dddd Border Color

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

This div border color is #a8dddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dddd


Comments

No comments written yet.

Please login to write comment.