Color Hex Logo

#a5dfbd Color Hex

#A5DFBD
(165,223,189)
0 Favorites   0 Comments

Color spaces of #a5dfbd

RGB 165223189
HSL0.400.480.76
HSV145°26°87°
CMYK 0.260.000.15   0.13
XYZ51.090064.448857.8912
Yxy64.44880.29460.3716
Hunter Lab80.2800-26.893113.4410
CIE-Lab84.1989-25.352510.7322

#a5dfbd color RGB value is (165,223,189).

#a5dfbd hex color red value is 165, green value is 223 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a5dfbd hue: 0.40 , saturation: 0.48 and the lightness value of a5dfbd is 0.76.

The process color (four color CMYK) of #a5dfbd color hex is 0.26, 0.00, 0.15, 0.13. Web safe color of #a5dfbd is #99cccc. Color #a5dfbd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011111 10111101
Octal 245 337 275
Decimal 165 223 189
Hex A5 DF BD

RGB Percentages of Color #a5dfbd

%28.60
%38.65
%32.76

CMYK Percentages of Color #a5dfbd

%26
%0
%15
%13

Triadic Colors of #a5dfbd

#a5dfbd #bda5df #dfbda5

Analogous Colors of #a5dfbd

#a5dfbd #a5dfda #aadfa5

Monochromatic Colors of #a5dfbd

#a5dfbd

Complementary Color

#a5dfbd #dfa5c7

#a5dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dfbd Color CSS Codes

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

#a5dfbd Text Font Color

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

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


#a5dfbd Background Color

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

This div background color is #a5dfbd


#a5dfbd Border Color

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

This div border color is #a5dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dfbd


Comments

No comments written yet.

Please login to write comment.