Color Hex Logo

#a5ffca Color Hex

#A5FFCA
(165,255,202)
0 Favorites   0 Comments

Color spaces of #a5ffca

RGB 165255202
HSL0.401.000.82
HSV145°35°100°
CMYK 0.350.000.21   0.00
XYZ61.937783.783668.7845
Yxy83.78360.28870.3906
Hunter Lab91.5334-39.398219.5188
CIE-Lab93.3564-37.877416.9365

#a5ffca color RGB value is (165,255,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111111 11001010
Octal 245 377 312
Decimal 165 255 202
Hex A5 FF CA

RGB Percentages of Color #a5ffca

%26.53
%41.00
%32.48

CMYK Percentages of Color #a5ffca

%35
%0
%21
%0

Triadic Colors of #a5ffca

#a5ffca #caa5ff #ffcaa5

Analogous Colors of #a5ffca

#a5ffca #a5fff7 #adffa5

Monochromatic Colors of #a5ffca

#a5ffca

Complementary Color

#a5ffca #ffa5da

#a5ffca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ffca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ffca Color CSS Codes

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

#a5ffca Text Font Color

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

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


#a5ffca Background Color

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

This div background color is #a5ffca


#a5ffca Border Color

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

This div border color is #a5ffca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ffca

Related Colors


Comments

No comments written yet.

Please login to write comment.