Color Hex Logo

#a8ffda Color Hex

#A8FFDA
(168,255,218)
0 Favorites   0 Comments

Color spaces of #a8ffda

RGB 168255218
HSL0.431.000.83
HSV154°34°100°
CMYK 0.340.000.15   0.00
XYZ64.563384.906879.3155
Yxy84.90680.28220.3711
Hunter Lab92.1449-36.183713.4664
CIE-Lab93.8429-33.93379.4299

#a8ffda color RGB value is (168,255,218).

#a8ffda hex color red value is 168, green value is 255 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a8ffda hue: 0.43 , saturation: 1.00 and the lightness value of a8ffda is 0.83.

The process color (four color CMYK) of #a8ffda color hex is 0.34, 0.00, 0.15, 0.00. Web safe color of #a8ffda is #99ffcc. Color #a8ffda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111111 11011010
Octal 250 377 332
Decimal 168 255 218
Hex A8 FF DA

RGB Percentages of Color #a8ffda

%26.21
%39.78
%34.01

CMYK Percentages of Color #a8ffda

%34
%0
%15
%0

Triadic Colors of #a8ffda

#a8ffda #daa8ff #ffdaa8

Analogous Colors of #a8ffda

#a8ffda #a8f9ff #a8ffaf

Monochromatic Colors of #a8ffda

#a8ffda

Complementary Color

#a8ffda #ffa8cd

#a8ffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ffda Color CSS Codes

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

#a8ffda Text Font Color

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

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


#a8ffda Background Color

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

This div background color is #a8ffda


#a8ffda Border Color

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

This div border color is #a8ffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ffda

Related Colors

#a8ffda Color Palettes


Comments

No comments written yet.

Please login to write comment.