Color Hex Logo

#a5ffcc Color Hex

#A5FFCC
(165,255,204)
0 Favorites   0 Comments

Color spaces of #a5ffcc

RGB 165255204
HSL0.411.000.82
HSV146°35°100°
CMYK 0.350.000.20   0.00
XYZ62.176183.879070.0400
Yxy83.87900.28770.3882
Hunter Lab91.5855-39.093418.7678
CIE-Lab93.3979-37.500815.9702

#a5ffcc color RGB value is (165,255,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111111 11001100
Octal 245 377 314
Decimal 165 255 204
Hex A5 FF CC

RGB Percentages of Color #a5ffcc

%26.44
%40.87
%32.69

CMYK Percentages of Color #a5ffcc

%35
%0
%20
%0

Triadic Colors of #a5ffcc

#a5ffcc #cca5ff #ffcca5

Analogous Colors of #a5ffcc

#a5ffcc #a5fff9 #abffa5

Monochromatic Colors of #a5ffcc

#a5ffcc

Complementary Color

#a5ffcc #ffa5d8

#a5ffcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ffcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ffcc Color CSS Codes

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

#a5ffcc Text Font Color

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

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


#a5ffcc Background Color

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

This div background color is #a5ffcc


#a5ffcc Border Color

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

This div border color is #a5ffcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ffcc

Related Colors


Comments

No comments written yet.

Please login to write comment.