Color Hex Logo

#a5ffcd Color Hex

#A5FFCD
(165,255,205)
0 Favorites   0 Comments

Color spaces of #a5ffcd

RGB 165255205
HSL0.411.000.82
HSV147°35°100°
CMYK 0.350.000.20   0.00
XYZ62.296583.927170.6738
Yxy83.92710.28720.3869
Hunter Lab91.6117-38.939518.3890
CIE-Lab93.4188-37.311015.4871

#a5ffcd color RGB value is (165,255,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111111 11001101
Octal 245 377 315
Decimal 165 255 205
Hex A5 FF CD

RGB Percentages of Color #a5ffcd

%26.40
%40.80
%32.80

CMYK Percentages of Color #a5ffcd

%35
%0
%20
%0

Triadic Colors of #a5ffcd

#a5ffcd #cda5ff #ffcda5

Analogous Colors of #a5ffcd

#a5ffcd #a5fffa #aaffa5

Monochromatic Colors of #a5ffcd

#a5ffcd

Complementary Color

#a5ffcd #ffa5d7

#a5ffcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ffcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ffcd Color CSS Codes

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

#a5ffcd Text Font Color

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

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


#a5ffcd Background Color

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

This div background color is #a5ffcd


#a5ffcd Border Color

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

This div border color is #a5ffcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ffcd

Related Colors


Comments

No comments written yet.

Please login to write comment.