Color Hex Logo

#a8ddb5 Color Hex

#A8DDB5
(168,221,181)
0 Favorites   0 Comments

Color spaces of #a8ddb5

RGB 168221181
HSL0.370.440.76
HSV135°24°87°
CMYK 0.240.000.18   0.13
XYZ50.345463.373953.2950
Yxy63.37390.30140.3795
Hunter Lab79.6077-26.426816.0325
CIE-Lab83.6387-24.922614.1730

#a8ddb5 color RGB value is (168,221,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011101 10110101
Octal 250 335 265
Decimal 168 221 181
Hex A8 DD B5

RGB Percentages of Color #a8ddb5

%29.47
%38.77
%31.75

CMYK Percentages of Color #a8ddb5

%24
%0
%18
%13

Triadic Colors of #a8ddb5

#a8ddb5 #b5a8dd #ddb5a8

Analogous Colors of #a8ddb5

#a8ddb5 #a8ddd0 #b6dda8

Monochromatic Colors of #a8ddb5

#a8ddb5

Complementary Color

#a8ddb5 #dda8d0

#a8ddb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ddb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ddb5 Color CSS Codes

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

#a8ddb5 Text Font Color

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

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


#a8ddb5 Background Color

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

This div background color is #a8ddb5


#a8ddb5 Border Color

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

This div border color is #a8ddb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ddb5


Comments

No comments written yet.

Please login to write comment.