Color Hex Logo

#a5dddd Color Hex

#A5DDDD
(165,221,221)
0 Favorites   0 Comments

Color spaces of #a5dddd

RGB 165221221
HSL0.500.450.76
HSV180°25°87°
CMYK 0.250.000.00   0.13
XYZ54.424664.932778.0714
Yxy64.93270.27570.3289
Hunter Lab80.5808-20.4569-1.0370
CIE-Lab84.4490-17.7717-5.8206

#a5dddd color RGB value is (165,221,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011101 11011101
Octal 245 335 335
Decimal 165 221 221
Hex A5 DD DD

RGB Percentages of Color #a5dddd

%27.18
%36.41
%36.41

CMYK Percentages of Color #a5dddd

%25
%0
%0
%13

Triadic Colors of #a5dddd

#a5dddd #dda5dd #dddda5

Analogous Colors of #a5dddd

#a5dddd #a5c1dd #a5ddc1

Monochromatic Colors of #a5dddd

#a5dddd

Complementary Color

#a5dddd #dda5a5

#a5dddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5dddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5dddd Color CSS Codes

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

#a5dddd Text Font Color

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

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


#a5dddd Background Color

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

This div background color is #a5dddd


#a5dddd Border Color

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

This div border color is #a5dddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5dddd


Comments

No comments written yet.

Please login to write comment.