Color Hex Logo

#a5ddec Color Hex

#A5DDEC
(165,221,236)
0 Favorites   0 Comments

Color spaces of #a5ddec

RGB 165221236
HSL0.540.650.79
HSV193°30°93°
CMYK 0.300.060.00   0.07
XYZ56.513865.768489.0728
Yxy65.76840.26740.3112
Hunter Lab81.0977-17.5314-8.3521
CIE-Lab84.8781-14.3751-13.1224

#a5ddec color RGB value is (165,221,236).

#a5ddec hex color red value is 165, green value is 221 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a5ddec hue: 0.54 , saturation: 0.65 and the lightness value of a5ddec is 0.79.

The process color (four color CMYK) of #a5ddec color hex is 0.30, 0.06, 0.00, 0.07. Web safe color of #a5ddec is #99ccff. Color #a5ddec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11011101 11101100
Octal 245 335 354
Decimal 165 221 236
Hex A5 DD EC

RGB Percentages of Color #a5ddec

%26.53
%35.53
%37.94

CMYK Percentages of Color #a5ddec

%30
%6
%0
%7

Triadic Colors of #a5ddec

#a5ddec #eca5dd #ddeca5

Analogous Colors of #a5ddec

#a5ddec #a5baec #a5ecd8

Monochromatic Colors of #a5ddec

#a5ddec

Complementary Color

#a5ddec #ecb4a5

#a5ddec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ddec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ddec Color CSS Codes

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

#a5ddec Text Font Color

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

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


#a5ddec Background Color

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

This div background color is #a5ddec


#a5ddec Border Color

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

This div border color is #a5ddec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ddec


Comments

No comments written yet.

Please login to write comment.