Color Hex Logo

#a8ffca Color Hex

#A8FFCA
(168,255,202)
0 Favorites   0 Comments

Color spaces of #a8ffca

RGB 168255202
HSL0.401.000.83
HSV143°34°100°
CMYK 0.340.000.21   0.00
XYZ62.569184.109168.8141
Yxy84.10910.29040.3903
Hunter Lab91.7110-38.714119.7103
CIE-Lab93.4979-37.019017.1558

#a8ffca color RGB value is (168,255,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11111111 11001010
Octal 250 377 312
Decimal 168 255 202
Hex A8 FF CA

RGB Percentages of Color #a8ffca

%26.88
%40.80
%32.32

CMYK Percentages of Color #a8ffca

%34
%0
%21
%0

Triadic Colors of #a8ffca

#a8ffca #caa8ff #ffcaa8

Analogous Colors of #a8ffca

#a8ffca #a8fff6 #b2ffa8

Monochromatic Colors of #a8ffca

#a8ffca

Complementary Color

#a8ffca #ffa8dd

#a8ffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8ffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8ffca Color CSS Codes

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

#a8ffca Text Font Color

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

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


#a8ffca Background Color

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

This div background color is #a8ffca


#a8ffca Border Color

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

This div border color is #a8ffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8ffca


Comments

No comments written yet.

Please login to write comment.