Color Hex Logo

#a5dbbd Color Hex

#A5DBBD
(165,219,189)
0 Favorites   0 Comments

Color spaces of #a5dbbd

RGB 165219189
HSL0.410.430.75
HSV147°25°86°
CMYK 0.250.000.14   0.14
XYZ50.033962.336557.5392
Yxy62.33650.29450.3669
Hunter Lab78.9535-25.050712.0584
CIE-Lab83.0920-23.40249.1529

#a5dbbd color RGB value is (165,219,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011011 10111101
Octal 245 333 275
Decimal 165 219 189
Hex A5 DB BD

RGB Percentages of Color #a5dbbd

%28.80
%38.22
%32.98

CMYK Percentages of Color #a5dbbd

%25
%0
%14
%14

Triadic Colors of #a5dbbd

#a5dbbd #bda5db #dbbda5

Analogous Colors of #a5dbbd

#a5dbbd #a5dbd8 #a8dba5

Monochromatic Colors of #a5dbbd

#a5dbbd

Complementary Color

#a5dbbd #dba5c3

#a5dbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dbbd Color CSS Codes

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

#a5dbbd Text Font Color

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

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


#a5dbbd Background Color

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

This div background color is #a5dbbd


#a5dbbd Border Color

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

This div border color is #a5dbbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,219,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 #a5dbbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dbbd


Comments

No comments written yet.

Please login to write comment.