Color Hex Logo

#a5fcca Color Hex

#A5FCCA
(165,252,202)
0 Favorites   0 Comments

Color spaces of #a5fcca

RGB 165252202
HSL0.400.940.82
HSV146°35°99°
CMYK 0.350.000.20   0.01
XYZ60.988181.884468.4680
Yxy81.88440.28860.3875
Hunter Lab90.4900-38.052818.4820
CIE-Lab92.5238-36.515315.7646

#a5fcca color RGB value is (165,252,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111100 11001010
Octal 245 374 312
Decimal 165 252 202
Hex A5 FC CA

RGB Percentages of Color #a5fcca

%26.66
%40.71
%32.63

CMYK Percentages of Color #a5fcca

%35
%0
%20
%1

Triadic Colors of #a5fcca

#a5fcca #caa5fc #fccaa5

Analogous Colors of #a5fcca

#a5fcca #a5fcf6 #acfca5

Monochromatic Colors of #a5fcca

#a5fcca

Complementary Color

#a5fcca #fca5d7

#a5fcca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5fcca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5fcca Color CSS Codes

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

#a5fcca Text Font Color

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

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


#a5fcca Background Color

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

This div background color is #a5fcca


#a5fcca Border Color

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

This div border color is #a5fcca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5fcca

Related Colors


Comments

No comments written yet.

Please login to write comment.