Color Hex Logo

#a5ddbf Color Hex

#A5DDBF
(165,221,191)
0 Favorites   0 Comments

Color spaces of #a5ddbf

RGB 165221191
HSL0.410.450.76
HSV148°25°87°
CMYK 0.250.000.14   0.13
XYZ50.777563.473858.8656
Yxy63.47380.29330.3667
Hunter Lab79.6704-25.657311.9621
CIE-Lab83.6910-23.99418.9526

#a5ddbf color RGB value is (165,221,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011101 10111111
Octal 245 335 277
Decimal 165 221 191
Hex A5 DD BF

RGB Percentages of Color #a5ddbf

%28.60
%38.30
%33.10

CMYK Percentages of Color #a5ddbf

%25
%0
%14
%13

Triadic Colors of #a5ddbf

#a5ddbf #bfa5dd #ddbfa5

Analogous Colors of #a5ddbf

#a5ddbf #a5dddb #a7dda5

Monochromatic Colors of #a5ddbf

#a5ddbf

Complementary Color

#a5ddbf #dda5c3

#a5ddbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ddbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ddbf Color CSS Codes

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

#a5ddbf Text Font Color

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

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


#a5ddbf Background Color

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

This div background color is #a5ddbf


#a5ddbf Border Color

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

This div border color is #a5ddbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ddbf


Comments

No comments written yet.

Please login to write comment.