Color Hex Logo

#a5fbda Color Hex

#A5FBDA
(165,251,218)
0 Favorites   0 Comments

Color spaces of #a5fbda

RGB 165251218
HSL0.440.910.82
HSV157°34°98°
CMYK 0.340.000.13   0.02
XYZ62.669182.055678.8650
Yxy82.05560.28030.3670
Hunter Lab90.5845-35.031311.7899
CIE-Lab92.5994-32.91477.6272

#a5fbda color RGB value is (165,251,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111011 11011010
Octal 245 373 332
Decimal 165 251 218
Hex A5 FB DA

RGB Percentages of Color #a5fbda

%26.03
%39.59
%34.38

CMYK Percentages of Color #a5fbda

%34
%0
%13
%2

Triadic Colors of #a5fbda

#a5fbda #daa5fb #fbdaa5

Analogous Colors of #a5fbda

#a5fbda #a5f1fb #a5fbaf

Monochromatic Colors of #a5fbda

#a5fbda

Complementary Color

#a5fbda #fba5c6

#a5fbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5fbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5fbda Color CSS Codes

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

#a5fbda Text Font Color

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

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


#a5fbda Background Color

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

This div background color is #a5fbda


#a5fbda Border Color

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

This div border color is #a5fbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5fbda


Comments

No comments written yet.

Please login to write comment.