Color Hex Logo

#a8dfdb Color Hex

#A8DFDB
(168,223,219)
0 Favorites   0 Comments

Color spaces of #a8dfdb

RGB 168223219
HSL0.490.460.77
HSV176°25°87°
CMYK 0.250.000.02   0.13
XYZ55.322366.214776.8827
Yxy66.21470.27880.3337
Hunter Lab81.3724-21.04570.9420
CIE-Lab85.1058-18.3322-3.7751

#a8dfdb color RGB value is (168,223,219).

#a8dfdb hex color red value is 168, green value is 223 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a8dfdb hue: 0.49 , saturation: 0.46 and the lightness value of a8dfdb is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011111 11011011
Octal 250 337 333
Decimal 168 223 219
Hex A8 DF DB

RGB Percentages of Color #a8dfdb

%27.54
%36.56
%35.90

CMYK Percentages of Color #a8dfdb

%25
%0
%2
%13

Triadic Colors of #a8dfdb

#a8dfdb #dba8df #dfdba8

Analogous Colors of #a8dfdb

#a8dfdb #a8c8df #a8dfc0

Monochromatic Colors of #a8dfdb

#a8dfdb

Complementary Color

#a8dfdb #dfa8ac

#a8dfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dfdb Color CSS Codes

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

#a8dfdb Text Font Color

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

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


#a8dfdb Background Color

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

This div background color is #a8dfdb


#a8dfdb Border Color

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

This div border color is #a8dfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,223,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 #a8dfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dfdb


Comments

No comments written yet.

Please login to write comment.