Color Hex Logo

#a5fbdb Color Hex

#A5FBDB
(165,251,219)
0 Favorites   0 Comments

Color spaces of #a5fbdb

RGB 165251219
HSL0.440.910.82
HSV158°34°98°
CMYK 0.340.000.13   0.02
XYZ62.800482.108279.5564
Yxy82.10820.27980.3658
Hunter Lab90.6136-34.863011.3744
CIE-Lab92.6226-32.71107.1439

#a5fbdb color RGB value is (165,251,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11111011 11011011
Octal 245 373 333
Decimal 165 251 219
Hex A5 FB DB

RGB Percentages of Color #a5fbdb

%25.98
%39.53
%34.49

CMYK Percentages of Color #a5fbdb

%34
%0
%13
%2

Triadic Colors of #a5fbdb

#a5fbdb #dba5fb #fbdba5

Analogous Colors of #a5fbdb

#a5fbdb #a5f0fb #a5fbb0

Monochromatic Colors of #a5fbdb

#a5fbdb

Complementary Color

#a5fbdb #fba5c5

#a5fbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5fbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5fbdb Color CSS Codes

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

#a5fbdb Text Font Color

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

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


#a5fbdb Background Color

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

This div background color is #a5fbdb


#a5fbdb Border Color

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

This div border color is #a5fbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5fbdb


Comments

No comments written yet.

Please login to write comment.