Color Hex Logo

#a5d7dd Color Hex

#A5D7DD
(165,215,221)
0 Favorites   0 Comments

Color spaces of #a5d7dd

RGB 165215221
HSL0.520.450.76
HSV186°25°87°
CMYK 0.250.030.00   0.13
XYZ52.868661.820777.5527
Yxy61.82070.27500.3216
Hunter Lab78.6261-17.5715-3.4422
CIE-Lab82.8180-14.7364-8.2355

#a5d7dd color RGB value is (165,215,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11010111 11011101
Octal 245 327 335
Decimal 165 215 221
Hex A5 D7 DD

RGB Percentages of Color #a5d7dd

%27.45
%35.77
%36.77

CMYK Percentages of Color #a5d7dd

%25
%3
%0
%13

Triadic Colors of #a5d7dd

#a5d7dd #dda5d7 #d7dda5

Analogous Colors of #a5d7dd

#a5d7dd #a5bbdd #a5ddc7

Monochromatic Colors of #a5d7dd

#a5d7dd

Complementary Color

#a5d7dd #ddaba5

#a5d7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5d7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5d7dd Color CSS Codes

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

#a5d7dd Text Font Color

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

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


#a5d7dd Background Color

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

This div background color is #a5d7dd


#a5d7dd Border Color

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

This div border color is #a5d7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5d7dd


Comments

No comments written yet.

Please login to write comment.