Color Hex Logo

#a5dfbf Color Hex

#A5DFBF
(165,223,191)
0 Favorites   0 Comments

Color spaces of #a5dfbf

RGB 165223191
HSL0.410.480.76
HSV147°26°87°
CMYK 0.260.000.14   0.13
XYZ51.308764.536359.0427
Yxy64.53630.29340.3690
Hunter Lab80.3345-26.579512.6583
CIE-Lab84.2442-24.96869.7431

#a5dfbf color RGB value is (165,223,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011111 10111111
Octal 245 337 277
Decimal 165 223 191
Hex A5 DF BF

RGB Percentages of Color #a5dfbf

%28.50
%38.51
%32.99

CMYK Percentages of Color #a5dfbf

%26
%0
%14
%13

Triadic Colors of #a5dfbf

#a5dfbf #bfa5df #dfbfa5

Analogous Colors of #a5dfbf

#a5dfbf #a5dfdc #a8dfa5

Monochromatic Colors of #a5dfbf

#a5dfbf

Complementary Color

#a5dfbf #dfa5c5

#a5dfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dfbf Color CSS Codes

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

#a5dfbf Text Font Color

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

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


#a5dfbf Background Color

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

This div background color is #a5dfbf


#a5dfbf Border Color

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

This div border color is #a5dfbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dfbf


Comments

No comments written yet.

Please login to write comment.