Color Hex Logo

#a8ffdc Color Hex

#A8FFDC
(168,255,220)
0 Favorites   0 Comments

Color spaces of #a8ffdc

RGB 168255220
HSL0.431.000.83
HSV156°34°100°
CMYK 0.340.000.14   0.00
XYZ64.826785.012180.7024
Yxy85.01210.28120.3688
Hunter Lab92.2020-35.851212.6462
CIE-Lab93.8883-33.53258.4653

#a8ffdc color RGB value is (168,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111111 11011100
Octal 250 377 334
Decimal 168 255 220
Hex A8 FF DC

RGB Percentages of Color #a8ffdc

%26.13
%39.66
%34.21

CMYK Percentages of Color #a8ffdc

%34
%0
%14
%0

Triadic Colors of #a8ffdc

#a8ffdc #dca8ff #ffdca8

Analogous Colors of #a8ffdc

#a8ffdc #a8f7ff #a8ffb1

Monochromatic Colors of #a8ffdc

#a8ffdc

Complementary Color

#a8ffdc #ffa8cb

#a8ffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ffdc Color CSS Codes

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

#a8ffdc Text Font Color

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

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


#a8ffdc Background Color

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

This div background color is #a8ffdc


#a8ffdc Border Color

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

This div border color is #a8ffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ffdc


Comments

No comments written yet.

Please login to write comment.