Color Hex Logo

#a8ddd4 Color Hex

#A8DDD4
(168,221,212)
0 Favorites   0 Comments

Color spaces of #a8ddd4

RGB 168221212
HSL0.470.440.76
HSV170°24°87°
CMYK 0.240.000.04   0.13
XYZ53.888664.791271.9531
Yxy64.79120.28270.3399
Hunter Lab80.4930-21.36023.3454
CIE-Lab84.3760-18.8245-1.1426

#a8ddd4 color RGB value is (168,221,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011101 11010100
Octal 250 335 324
Decimal 168 221 212
Hex A8 DD D4

RGB Percentages of Color #a8ddd4

%27.95
%36.77
%35.27

CMYK Percentages of Color #a8ddd4

%24
%0
%4
%13

Triadic Colors of #a8ddd4

#a8ddd4 #d4a8dd #ddd4a8

Analogous Colors of #a8ddd4

#a8ddd4 #a8ccdd #a8ddba

Monochromatic Colors of #a8ddd4

#a8ddd4

Complementary Color

#a8ddd4 #dda8b1

#a8ddd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ddd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ddd4 Color CSS Codes

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

#a8ddd4 Text Font Color

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

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


#a8ddd4 Background Color

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

This div background color is #a8ddd4


#a8ddd4 Border Color

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

This div border color is #a8ddd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ddd4


Comments

No comments written yet.

Please login to write comment.