Color Hex Logo

#a4ffce Color Hex

#A4FFCE
(164,255,206)
0 Favorites   0 Comments

Color spaces of #a4ffce

RGB 164255206
HSL0.411.000.82
HSV148°36°100°
CMYK 0.360.000.19   0.00
XYZ62.210483.868771.3020
Yxy83.86870.28620.3858
Hunter Lab91.5799-39.009317.9440
CIE-Lab93.3934-37.401714.9318

#a4ffce color RGB value is (164,255,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 11111111 11001110
Octal 244 377 316
Decimal 164 255 206
Hex A4 FF CE

RGB Percentages of Color #a4ffce

%26.24
%40.80
%32.96

CMYK Percentages of Color #a4ffce

%36
%0
%19
%0

Triadic Colors of #a4ffce

#a4ffce #cea4ff #ffcea4

Analogous Colors of #a4ffce

#a4ffce #a4fffc #a8ffa4

Monochromatic Colors of #a4ffce

#a4ffce

Complementary Color

#a4ffce #ffa4d5

#a4ffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a4ffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a4ffce Color CSS Codes

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

#a4ffce Text Font Color

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

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


#a4ffce Background Color

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

This div background color is #a4ffce


#a4ffce Border Color

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

This div border color is #a4ffce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,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 #a4ffce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a4ffce


Comments

No comments written yet.

Please login to write comment.