color codes Logo

#a8dfd1 color codes

#A8DFD1
(168,223,209)
0 Favorites   0 Comments

Color spaces of #a8dfd1

RGB 168223209
HSL0.460.460.77
HSV165°25°87°
CMYK 0.250.000.06   0.13
XYZ54.044765.703670.1552
Yxy65.70360.28460.3460
Hunter Lab81.0578-22.83745.4251
CIE-Lab84.8450-20.44671.1292

#a8dfd1 color RGB value is (168,223,209).

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

The process color (four color CMYK) of #a8dfd1 color code is 0.25, 0.00, 0.06, 0.13. Web safe color of #a8dfd1 is #99cccc. Color #a8dfd1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011111 11010001
Octal 250 337 321
Decimal 168 223 209
Hex A8 DF D1

RGB Percentages of Color #a8dfd1

%28.00
%37.17
%34.83

CMYK Percentages of Color #a8dfd1

%25
%0
%6
%13

Triadic Colors of #a8dfd1

#a8dfd1 #d1a8df #dfd1a8

Analogous Colors of #a8dfd1

#a8dfd1 #a8d2df #a8dfb6

Monochromatic Colors of #a8dfd1

#a8dfd1

Complementary Color

#a8dfd1 #dfa8b6

#a8dfd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dfd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dfd1 Color CSS Codes

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

#a8dfd1 Text Font Color

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

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


#a8dfd1 Background Color

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

This div background color is #a8dfd1


#a8dfd1 Border Color

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

This div border color is #a8dfd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dfd1


Comments

No comments written yet.

Please login to write comment.