Color Hex Logo

#a5adec Color Hex

#A5ADEC
(165,173,236)
0 Favorites   0 Comments

Color spaces of #a5adec

RGB 165173236
HSL0.650.650.79
HSV233°30°93°
CMYK 0.300.270.00   0.07
XYZ45.600943.942685.4352
Yxy43.94260.26060.2511
Hunter Lab66.28926.7855-30.0120
CIE-Lab72.190111.2950-32.4166

#a5adec color RGB value is (165,173,236).

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

The process color (four color CMYK) of #a5adec color hex is 0.30, 0.27, 0.00, 0.07. Web safe color of #a5adec is #9999ff. Color #a5adec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 10101101 11101100
Octal 245 255 354
Decimal 165 173 236
Hex A5 AD EC

RGB Percentages of Color #a5adec

%28.75
%30.14
%41.11

CMYK Percentages of Color #a5adec

%30
%27
%0
%7

Triadic Colors of #a5adec

#a5adec #eca5ad #adeca5

Analogous Colors of #a5adec

#a5adec #c1a5ec #a5d1ec

Monochromatic Colors of #a5adec

#a5adec

Complementary Color

#a5adec #ece4a5

#a5adec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5adec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5adec Color CSS Codes

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

#a5adec Text Font Color

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

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


#a5adec Background Color

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

This div background color is #a5adec


#a5adec Border Color

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

This div border color is #a5adec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5adec


Comments

No comments written yet.

Please login to write comment.