Color Hex Logo

#a8ffce Color Hex

#A8FFCE
(168,255,206)
0 Favorites   0 Comments

Color spaces of #a8ffce

RGB 168255206
HSL0.411.000.83
HSV146°34°100°
CMYK 0.340.000.19   0.00
XYZ63.049084.301171.3412
Yxy84.30110.28830.3855
Hunter Lab91.8156-38.102918.2023
CIE-Lab93.5811-36.268715.2235

#a8ffce color RGB value is (168,255,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111111 11001110
Octal 250 377 316
Decimal 168 255 206
Hex A8 FF CE

RGB Percentages of Color #a8ffce

%26.71
%40.54
%32.75

CMYK Percentages of Color #a8ffce

%34
%0
%19
%0

Triadic Colors of #a8ffce

#a8ffce #cea8ff #ffcea8

Analogous Colors of #a8ffce

#a8ffce #a8fffa #aeffa8

Monochromatic Colors of #a8ffce

#a8ffce

Complementary Color

#a8ffce #ffa8d9

#a8ffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ffce Color CSS Codes

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

#a8ffce Text Font Color

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

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


#a8ffce Background Color

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

This div background color is #a8ffce


#a8ffce Border Color

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

This div border color is #a8ffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ffce

Related Colors


Comments

No comments written yet.

Please login to write comment.