Color Hex Logo

#a5ddc0 Color Hex

#A5DDC0
(165,221,192)
0 Favorites   0 Comments

Color spaces of #a5ddc0

RGB 165221192
HSL0.410.450.76
HSV149°25°87°
CMYK 0.250.000.13   0.13
XYZ50.887963.518059.4473
Yxy63.51800.29270.3654
Hunter Lab79.6982-25.498211.5640
CIE-Lab83.7142-23.80008.4575

#a5ddc0 color RGB value is (165,221,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011101 11000000
Octal 245 335 300
Decimal 165 221 192
Hex A5 DD C0

RGB Percentages of Color #a5ddc0

%28.55
%38.24
%33.22

CMYK Percentages of Color #a5ddc0

%25
%0
%13
%13

Triadic Colors of #a5ddc0

#a5ddc0 #c0a5dd #ddc0a5

Analogous Colors of #a5ddc0

#a5ddc0 #a5dddc #a6dda5

Monochromatic Colors of #a5ddc0

#a5ddc0

Complementary Color

#a5ddc0 #dda5c2

#a5ddc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ddc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ddc0 Color CSS Codes

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

#a5ddc0 Text Font Color

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

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


#a5ddc0 Background Color

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

This div background color is #a5ddc0


#a5ddc0 Border Color

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

This div border color is #a5ddc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ddc0

#a5ddc0 Color Palettes


Comments

No comments written yet.

Please login to write comment.