Color Hex Logo

#a5fbbd Color Hex

#A5FBBD
(165,251,189)
0 Favorites   0 Comments

Color spaces of #a5fbbd

RGB 165251189
HSL0.380.910.82
HSV137°34°98°
CMYK 0.340.000.25   0.02
XYZ59.199580.667860.5944
Yxy80.66780.29530.4024
Hunter Lab89.8153-39.522822.8703
CIE-Lab91.9837-38.444921.6706

#a5fbbd color RGB value is (165,251,189).

#a5fbbd hex color red value is 165, green value is 251 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a5fbbd hue: 0.38 , saturation: 0.91 and the lightness value of a5fbbd is 0.82.

The process color (four color CMYK) of #a5fbbd color hex is 0.34, 0.00, 0.25, 0.02. Web safe color of #a5fbbd is #99ffcc. Color #a5fbbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111011 10111101
Octal 245 373 275
Decimal 165 251 189
Hex A5 FB BD

RGB Percentages of Color #a5fbbd

%27.27
%41.49
%31.24

CMYK Percentages of Color #a5fbbd

%34
%0
%25
%2

Triadic Colors of #a5fbbd

#a5fbbd #bda5fb #fbbda5

Analogous Colors of #a5fbbd

#a5fbbd #a5fbe8 #b8fba5

Monochromatic Colors of #a5fbbd

#a5fbbd

Complementary Color

#a5fbbd #fba5e3

#a5fbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5fbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5fbbd Color CSS Codes

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

#a5fbbd Text Font Color

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

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


#a5fbbd Background Color

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

This div background color is #a5fbbd


#a5fbbd Border Color

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

This div border color is #a5fbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5fbbd


Comments

No comments written yet.

Please login to write comment.