Color Hex Logo

#a5dbbf Color Hex

#A5DBBF
(165,219,191)
0 Favorites   0 Comments

Color spaces of #a5dbbf

RGB 165219191
HSL0.410.430.75
HSV149°25°86°
CMYK 0.250.000.13   0.14
XYZ50.252562.424058.6907
Yxy62.42400.29320.3643
Hunter Lab79.0089-24.733011.2634
CIE-Lab83.1384-23.01508.1612

#a5dbbf color RGB value is (165,219,191).

#a5dbbf hex color red value is 165, green value is 219 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a5dbbf hue: 0.41 , saturation: 0.43 and the lightness value of a5dbbf is 0.75.

The process color (four color CMYK) of #a5dbbf color hex is 0.25, 0.00, 0.13, 0.14. Web safe color of #a5dbbf is #99cccc. Color #a5dbbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011011 10111111
Octal 245 333 277
Decimal 165 219 191
Hex A5 DB BF

RGB Percentages of Color #a5dbbf

%28.70
%38.09
%33.22

CMYK Percentages of Color #a5dbbf

%25
%0
%13
%14

Triadic Colors of #a5dbbf

#a5dbbf #bfa5db #dbbfa5

Analogous Colors of #a5dbbf

#a5dbbf #a5dbda #a6dba5

Monochromatic Colors of #a5dbbf

#a5dbbf

Complementary Color

#a5dbbf #dba5c1

#a5dbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dbbf Color CSS Codes

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

#a5dbbf Text Font Color

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

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


#a5dbbf Background Color

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

This div background color is #a5dbbf


#a5dbbf Border Color

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

This div border color is #a5dbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dbbf


Comments

No comments written yet.

Please login to write comment.