Color Hex Logo

#a5ffde Color Hex

#A5FFDE
(165,255,222)
0 Favorites   0 Comments

Color spaces of #a5ffde

RGB 165255222
HSL0.441.000.82
HSV158°35°100°
CMYK 0.350.000.13   0.00
XYZ64.461984.793382.0765
Yxy84.79330.27870.3665
Hunter Lab92.0833-36.188711.6114
CIE-Lab93.7940-33.95297.2812

#a5ffde color RGB value is (165,255,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111111 11011110
Octal 245 377 336
Decimal 165 255 222
Hex A5 FF DE

RGB Percentages of Color #a5ffde

%25.70
%39.72
%34.58

CMYK Percentages of Color #a5ffde

%35
%0
%13
%0

Triadic Colors of #a5ffde

#a5ffde #dea5ff #ffdea5

Analogous Colors of #a5ffde

#a5ffde #a5f3ff #a5ffb1

Monochromatic Colors of #a5ffde

#a5ffde

Complementary Color

#a5ffde #ffa5c6

#a5ffde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ffde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ffde Color CSS Codes

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

#a5ffde Text Font Color

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

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


#a5ffde Background Color

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

This div background color is #a5ffde


#a5ffde Border Color

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

This div border color is #a5ffde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ffde

Related Colors


Comments

No comments written yet.

Please login to write comment.