Color Hex Logo

#a5dfbb Color Hex

#A5DFBB
(165,223,187)
0 Favorites   0 Comments

Color spaces of #a5dfbb

RGB 165223187
HSL0.400.480.76
HSV143°26°87°
CMYK 0.260.000.16   0.13
XYZ50.874464.362556.7556
Yxy64.36250.29580.3742
Hunter Lab80.2262-27.202514.2140
CIE-Lab84.1542-25.732311.7215

#a5dfbb color RGB value is (165,223,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011111 10111011
Octal 245 337 273
Decimal 165 223 187
Hex A5 DF BB

RGB Percentages of Color #a5dfbb

%28.70
%38.78
%32.52

CMYK Percentages of Color #a5dfbb

%26
%0
%16
%13

Triadic Colors of #a5dfbb

#a5dfbb #bba5df #dfbba5

Analogous Colors of #a5dfbb

#a5dfbb #a5dfd8 #acdfa5

Monochromatic Colors of #a5dfbb

#a5dfbb

Complementary Color

#a5dfbb #dfa5c9

#a5dfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dfbb Color CSS Codes

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

#a5dfbb Text Font Color

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

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


#a5dfbb Background Color

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

This div background color is #a5dfbb


#a5dfbb Border Color

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

This div border color is #a5dfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dfbb


Comments

No comments written yet.

Please login to write comment.