Color Hex Logo

#a5ffbb Color Hex

#A5FFBB
(165,255,187)
0 Favorites   0 Comments

Color spaces of #a5ffbb

RGB 165255187
HSL0.371.000.82
HSV135°35°100°
CMYK 0.350.000.27   0.00
XYZ60.246783.107259.8797
Yxy83.10720.29640.4089
Hunter Lab91.1632-41.570824.8701
CIE-Lab93.0614-40.587024.1780

#a5ffbb color RGB value is (165,255,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111111 10111011
Octal 245 377 273
Decimal 165 255 187
Hex A5 FF BB

RGB Percentages of Color #a5ffbb

%27.18
%42.01
%30.81

CMYK Percentages of Color #a5ffbb

%35
%0
%27
%0

Triadic Colors of #a5ffbb

#a5ffbb #bba5ff #ffbba5

Analogous Colors of #a5ffbb

#a5ffbb #a5ffe8 #bcffa5

Monochromatic Colors of #a5ffbb

#a5ffbb

Complementary Color

#a5ffbb #ffa5e9

#a5ffbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ffbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ffbb Color CSS Codes

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

#a5ffbb Text Font Color

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

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


#a5ffbb Background Color

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

This div background color is #a5ffbb


#a5ffbb Border Color

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

This div border color is #a5ffbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ffbb

Related Colors


Comments

No comments written yet.

Please login to write comment.