Color Hex Logo

#a8ffdb Color Hex

#A8FFDB
(168,255,219)
0 Favorites   0 Comments

Color spaces of #a8ffdb

RGB 168255219
HSL0.431.000.83
HSV155°34°100°
CMYK 0.340.000.14   0.00
XYZ64.694684.959380.0069
Yxy84.95930.28170.3699
Hunter Lab92.1734-36.017913.0574
CIE-Lab93.8656-33.73358.9475

#a8ffdb color RGB value is (168,255,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111111 11011011
Octal 250 377 333
Decimal 168 255 219
Hex A8 FF DB

RGB Percentages of Color #a8ffdb

%26.17
%39.72
%34.11

CMYK Percentages of Color #a8ffdb

%34
%0
%14
%0

Triadic Colors of #a8ffdb

#a8ffdb #dba8ff #ffdba8

Analogous Colors of #a8ffdb

#a8ffdb #a8f8ff #a8ffb0

Monochromatic Colors of #a8ffdb

#a8ffdb

Complementary Color

#a8ffdb #ffa8cc

#a8ffdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ffdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ffdb Color CSS Codes

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

#a8ffdb Text Font Color

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

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


#a8ffdb Background Color

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

This div background color is #a8ffdb


#a8ffdb Border Color

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

This div border color is #a8ffdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ffdb

Related Colors


Comments

No comments written yet.

Please login to write comment.