Color Hex Logo

#a5ffce Color Hex

#A5FFCE
(165,255,206)
0 Favorites   0 Comments

Color spaces of #a5ffce

RGB 165255206
HSL0.411.000.82
HSV147°35°100°
CMYK 0.350.000.19   0.00
XYZ62.417683.975671.3117
Yxy83.97560.28670.3857
Hunter Lab91.6382-38.785018.0080
CIE-Lab93.4399-37.120515.0040

#a5ffce color RGB value is (165,255,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111111 11001110
Octal 245 377 316
Decimal 165 255 206
Hex A5 FF CE

RGB Percentages of Color #a5ffce

%26.36
%40.73
%32.91

CMYK Percentages of Color #a5ffce

%35
%0
%19
%0

Triadic Colors of #a5ffce

#a5ffce #cea5ff #ffcea5

Analogous Colors of #a5ffce

#a5ffce #a5fffb #a9ffa5

Monochromatic Colors of #a5ffce

#a5ffce

Complementary Color

#a5ffce #ffa5d6

#a5ffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ffce Color CSS Codes

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

#a5ffce Text Font Color

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

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


#a5ffce Background Color

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

This div background color is #a5ffce


#a5ffce Border Color

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

This div border color is #a5ffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ffce


Comments

No comments written yet.

Please login to write comment.