Color Hex Logo

#a8ffcf Color Hex

#A8FFCF
(168,255,207)
0 Favorites   0 Comments

Color spaces of #a8ffcf

RGB 168255207
HSL0.411.000.83
HSV147°34°100°
CMYK 0.340.000.19   0.00
XYZ63.170984.349871.9832
Yxy84.34980.28780.3843
Hunter Lab91.8421-37.947817.8197
CIE-Lab93.6022-36.078814.7404

#a8ffcf color RGB value is (168,255,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111111 11001111
Octal 250 377 317
Decimal 168 255 207
Hex A8 FF CF

RGB Percentages of Color #a8ffcf

%26.67
%40.48
%32.86

CMYK Percentages of Color #a8ffcf

%34
%0
%19
%0

Triadic Colors of #a8ffcf

#a8ffcf #cfa8ff #ffcfa8

Analogous Colors of #a8ffcf

#a8ffcf #a8fffb #adffa8

Monochromatic Colors of #a8ffcf

#a8ffcf

Complementary Color

#a8ffcf #ffa8d8

#a8ffcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ffcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ffcf Color CSS Codes

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

#a8ffcf Text Font Color

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

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


#a8ffcf Background Color

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

This div background color is #a8ffcf


#a8ffcf Border Color

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

This div border color is #a8ffcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ffcf

Related Colors


Comments

No comments written yet.

Please login to write comment.